Miscellaneous improvements and cleanups committed so I can merge

Ralf's end of day version.
This commit is contained in:
Joel Sherrill
1999-10-20 19:59:01 +00:00
parent c429ec8049
commit 431c35dccb
13 changed files with 35 additions and 199 deletions

View File

@@ -1,5 +1,5 @@
AC_INIT(binutils)
AM_INIT_AUTOMAKE(scripts,19991020-0,no)
AM_INIT_AUTOMAKE(scripts,19991020-1,no)
test -f ./setup.cache || cp ./setup.def ./setup.cache
. ./setup.cache
@@ -33,10 +33,12 @@ AC_SUBST(GDBVERS)
AC_OUTPUT(
Makefile
buildall
mkbinutilspec
mkgccnewlibspec
mkgdbspec
binutils/Makefile
gccnewlib/Makefile
gdb/Makefile
rtems/Makefile
)