diff options
-rw-r--r-- | binutils/ChangeLog | 3 | ||||
-rw-r--r-- | binutils/Makefile.in | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3e5df01..2693b19 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,6 +1,7 @@ Fri Apr 4 13:28:02 1997 Ian Lance Taylor <ian@cygnus.com> - * Makefile.in (distclean): Remove site.exp and site.bak. + * Makefile.in (distclean): Remove site.exp and site.bak. Remove + everything that clean removes. Thu Apr 3 13:18:39 1997 Ian Lance Taylor <ian@cygnus.com> diff --git a/binutils/Makefile.in b/binutils/Makefile.in index b53a027..84abbf6 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -527,9 +527,11 @@ clean: mostlyclean -rm -f underscore.c sysroff sysroff.c sysroff.h sysinfo dep.sed distclean: -rm -f Makefile config.status *.o *~ \#* core y.* - -rm -f binutils.?? binutils.??s binutils.aux binutils.log binutils.toc + -rm -f binutils.?? binutils.??? binutils.aux binutils.log binutils.toc -rm -f $(PROGS) underscore.c config.h stamp-h config.cache config.log -rm -f dep.sed stamp-under $(DEMANGLER_PROG).1 site.bak site.exp + -rm -f sysroff sysroff.c sysroff.h sysinfo + -rm -rf tmpdir maintainer-clean realclean: clean distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." |