summaryrefslogtreecommitdiffstats
path: root/scripts/configure
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--scripts/configure4
-rw-r--r--scripts/configure.in4
2 files changed, 7 insertions, 1 deletions
diff --git a/scripts/configure b/scripts/configure
index cb6e09da8b..e917aa451d 100644
--- a/scripts/configure
+++ b/scripts/configure
@@ -913,12 +913,14 @@ ac_given_srcdir=$srcdir
ac_given_INSTALL="$INSTALL"
trap 'rm -fr `echo "Makefile
+buildall
mkbinutilspec
mkgccnewlibspec
mkgdbspec
binutils/Makefile
gccnewlib/Makefile
gdb/Makefile
+rtems/Makefile
" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
@@ -1008,12 +1010,14 @@ EOF
cat >> $CONFIG_STATUS <<EOF
CONFIG_FILES=\${CONFIG_FILES-"Makefile
+buildall
mkbinutilspec
mkgccnewlibspec
mkgdbspec
binutils/Makefile
gccnewlib/Makefile
gdb/Makefile
+rtems/Makefile
"}
EOF
cat >> $CONFIG_STATUS <<\EOF
diff --git a/scripts/configure.in b/scripts/configure.in
index 6302e33d4e..7ceff551c5 100644
--- a/scripts/configure.in
+++ b/scripts/configure.in
@@ -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
)