* Makefile.in (distclean): Remove site.exp and site.bak.
authorIan Lance Taylor <ian@airs.com>
Fri, 4 Apr 1997 18:28:25 +0000 (18:28 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 4 Apr 1997 18:28:25 +0000 (18:28 +0000)
binutils/ChangeLog
binutils/Makefile.in

index 19ae92ec499aed215fc57891c5cafa86a58c8ce7..3e5df01d1e471123ebb0c8a1542660b2b412b415 100644 (file)
@@ -1,3 +1,7 @@
+Fri Apr  4 13:28:02 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (distclean): Remove site.exp and site.bak.
+
 Thu Apr  3 13:18:39 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * Makefile.in (VERSION): Set to 2.8.1.
index e1b0b63093e8b3bc554f5b7ccf25e7ff4d77bd88..b53a0271996d17fc45fd4c5a6b07c14c7ec48a54 100644 (file)
@@ -529,7 +529,7 @@ distclean:
        -rm -f Makefile config.status *.o *~ \#* core y.*
        -rm -f binutils.?? binutils.??s 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
+       -rm -f dep.sed stamp-under $(DEMANGLER_PROG).1 site.bak site.exp
 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."
This page took 0.032129 seconds and 4 git commands to generate.