diff options
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/gcc_update | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index d79d1173566..855c6be0f4e 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2004-11-04 Andrew Pinski <pinskia@physics.uc.edu> + + * gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4. + 2004-08-04 Paolo Bonzini <bonzini@gnu.org> * gcc_update: Add fixincludes. diff --git a/contrib/gcc_update b/contrib/gcc_update index 78de2f62972..55a7d6a9e8a 100755 --- a/contrib/gcc_update +++ b/contrib/gcc_update @@ -85,7 +85,7 @@ zlib/configure: zlib/configure.ac zlib/aclocal.m4 fastjar/aclocal.m4: fastjar/configure.ac fastjar/Makefile.in: fastjar/Makefile.am fastjar/configure.ac fastjar/aclocal.m4 fastjar/configure: fastjar/configure.ac fastjar/aclocal.m4 -boehm-gc/aclocal.m4: boehm-gc/configure.ac boehm-gc/acinclude.m4 +boehm-gc/aclocal.m4: boehm-gc/configure.ac boehm-gc/Makefile.in: boehm-gc/Makefile.am boehm-gc/configure.ac boehm-gc/aclocal.m4 boehm-gc/configure: boehm-gc/configure.ac boehm-gc/aclocal.m4 libada/configure: libada/configure.ac |