diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2004-01-08 00:55:02 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2004-01-08 00:55:02 +0000 |
commit | 102d317626625647e8526c7a8691021cbd418e0d (patch) | |
tree | 32254b2f094e6e28a4fb0a9b2506995775a02b84 /contrib/gcc_update | |
parent | 146cfc5d2a6b1ebabf890d28673e5fe41d869ba2 (diff) | |
download | gcc-102d317626625647e8526c7a8691021cbd418e0d.zip gcc-102d317626625647e8526c7a8691021cbd418e0d.tar.gz gcc-102d317626625647e8526c7a8691021cbd418e0d.tar.bz2 |
gcc_update (files_and_dependencies): Remove non-existant files.
2004-01-07 Kelley Cook <kcook@gcc.gnu.org>
* gcc_update (files_and_dependencies): Remove non-existant files.
From-SVN: r75528
Diffstat (limited to 'contrib/gcc_update')
-rwxr-xr-x | contrib/gcc_update | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/gcc_update b/contrib/gcc_update index 9d206c9..cbfe149 100755 --- a/contrib/gcc_update +++ b/contrib/gcc_update @@ -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 |