From 39beac7e2bef0bbfb0fce8fb586f98e812eda028 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 22 Jul 1999 01:16:49 +0000 Subject: [PATCH] From Mark Elbrecht: * configure.bat: Remove; obsolete. --- ChangeLog | 5 +++++ configure.bat | 17 ----------------- 2 files changed, 5 insertions(+), 17 deletions(-) delete mode 100644 configure.bat diff --git a/ChangeLog b/ChangeLog index 1ab933636..ceb2d70f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-07-21 Ian Lance Taylor + + From Mark Elbrecht: + * configure.bat: Remove; obsolete. + 1999-07-11 Ian Lance Taylor * configure: Add -W -Wall to the default CFLAGS when compiling with diff --git a/configure.bat b/configure.bat deleted file mode 100644 index d76a37ecd..000000000 --- a/configure.bat +++ /dev/null @@ -1,17 +0,0 @@ -@echo off - -chdir libiberty -call configure %1 %2 %3 %4 %5 %6 %7 %8 %9 -chdir ..\bfd -call configure %1 %2 %3 %4 %5 %6 %7 %8 %9 -chdir ..\opcodes -call configure %1 %2 %3 %4 %5 %6 %7 %8 %9 -chdir ..\gprof -call configure %1 %2 %3 %4 %5 %6 %7 %8 %9 -chdir ..\binutils -call configure %1 %2 %3 %4 %5 %6 %7 %8 %9 -chdir ..\gas -call configure %1 %2 %3 %4 %5 %6 %7 %8 %9 -chdir ..\ld -call configure %1 %2 %3 %4 %5 %6 %7 %8 %9 -chdir ..