diff options
author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-05 04:11:44 +0000 |
---|---|---|
committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-05 04:11:44 +0000 |
commit | cb8e0dc9c2658c36d1d6e7b49c3ebf9321339ffd (patch) | |
tree | 6f6e18d2cc39ca47026af49c175475bd36d97852 | |
parent | 6745c9de2166f71c2e8f5372f7c388765c15fb0e (diff) | |
download | gcc-cb8e0dc9c2658c36d1d6e7b49c3ebf9321339ffd.tar.gz |
2004-11-04 Andrew Pinski <pinskia@physics.uc.edu>
* gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90115 138bc75d-0d04-0410-961f-82ee72b054a4
-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 |