* Makefile.in (distclean): Remove site.exp and site.bak. Remove
everything that clean removes.
This commit is contained in:
parent
fbe0d6c29f
commit
a067162dd2
2 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
Fri Apr 4 13:28:02 1997 Ian Lance Taylor <ian@cygnus.com>
|
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>
|
Thu Apr 3 13:18:39 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
|
|
@ -527,9 +527,11 @@ clean: mostlyclean
|
||||||
-rm -f underscore.c sysroff sysroff.c sysroff.h sysinfo dep.sed
|
-rm -f underscore.c sysroff sysroff.c sysroff.h sysinfo dep.sed
|
||||||
distclean:
|
distclean:
|
||||||
-rm -f Makefile config.status *.o *~ \#* core y.*
|
-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 $(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 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
|
maintainer-clean realclean: clean distclean
|
||||||
@echo "This command is intended for maintainers to use;"
|
@echo "This command is intended for maintainers to use;"
|
||||||
@echo "it deletes files that may require special tools to rebuild."
|
@echo "it deletes files that may require special tools to rebuild."
|
||||||
|
|
Loading…
Reference in a new issue