* Makefile.in (distclean): Remove site.exp and site.bak. Remove

everything that clean removes.
This commit is contained in:
Ian Lance Taylor 1997-04-04 18:35:06 +00:00
parent fbe0d6c29f
commit a067162dd2
2 changed files with 5 additions and 2 deletions

View File

@ -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>

View File

@ -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."