2004-01-07 Kelley Cook <kcook@gcc.gnu.org>
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Jan 2004 00:55:02 +0000 (00:55 +0000)
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Jan 2004 00:55:02 +0000 (00:55 +0000)
* gcc_update (files_and_dependencies): Remove non-existant files.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75528 138bc75d-0d04-0410-961f-82ee72b054a4

contrib/ChangeLog
contrib/gcc_update

index 3f1d98c..0a93e3a 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-07  Kelley Cook  <kcook@gcc.gnu.org>
+
+       * gcc_update (files_and_dependencies): Remove non-existant files.
+
 2004-01-05  Kelley Cook  <kcook@gcc.gnu.org>
 
        * gcc_update (files_generated): Revert 2003-12-18 change.
index 9d206c9..cbfe149 100755 (executable)
@@ -56,16 +56,6 @@ self=$0
 # colon is stripped from the output.
 files_and_dependencies () {
     sed -e 's/ *#.*//' -e '/^$/d' -e 's/://' <<\EOF
-# All automake dependencies within texinfo
-# In fact, not all, since we do not care about sub-directories that
-# we do not build.  In particular, *.po and *.gmo are not touched.
-texinfo/aclocal.m4: texinfo/configure.in texinfo/acinclude.m4
-texinfo/Makefile.in: texinfo/Makefile.am texinfo/configure.in texinfo/aclocal.m4
-texinfo/configure: texinfo/configure.in texinfo/aclocal.m4
-texinfo/stamp-h.in: texinfo/configure.in texinfo/aclocal.m4 texinfo/acconfig.h
-texinfo/lib/Makefile.in: texinfo/lib/Makefile.am texinfo/configure.in texinfo/aclocal.m4
-texinfo/makeinfo/Makefile.in: texinfo/makeinfo/Makefile.am texinfo/configure.in texinfo/aclocal.m4
-texinfo/util/Makefile.in: texinfo/util/Makefile.am texinfo/configure.in texinfo/aclocal.m4
 # intl library
 intl/plural.c: intl/plural.y
 intl/configure: intl/configure.in intl/aclocal.m4
@@ -99,7 +89,6 @@ libobjc/configure: libobjc/configure.in
 fastjar/aclocal.m4: fastjar/configure.in
 fastjar/Makefile.in: fastjar/Makefile.am fastjar/configure.in fastjar/aclocal.m4
 fastjar/configure: fastjar/configure.in fastjar/aclocal.m4
-fastjar/stamp-h.in: fastjar/configure.in fastjar/aclocal.m4
 boehm-gc/aclocal.m4: boehm-gc/configure.in boehm-gc/acinclude.m4
 boehm-gc/Makefile.in: boehm-gc/Makefile.am boehm-gc/configure.in boehm-gc/aclocal.m4
 boehm-gc/configure: boehm-gc/configure.in boehm-gc/aclocal.m4