* Makefile.in (distclean): Remove config.h and stamp-h.
authorIan Lance Taylor <ian@airs.com>
Thu, 7 Sep 1995 16:53:02 +0000 (16:53 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 7 Sep 1995 16:53:02 +0000 (16:53 +0000)
ld/ChangeLog
ld/Makefile.in

index 2177642..6b2d85a 100644 (file)
@@ -1,5 +1,7 @@
 Thu Sep  7 10:48:26 1995  Ian Lance Taylor  <ian@cygnus.com>
 
+       * Makefile.in (distclean): Remove config.h and stamp-h.
+
        * configure.host (sparc-*-sunos64*): Remove.
        * ldlang.c (lang_map): Check BFD64, not HOST_64_BIT.
 
index 2d42565..1e105b5 100644 (file)
@@ -757,7 +757,7 @@ LDDISTSTUFF = ldgram.c ldgram.h ldlex.c
 diststuff: $(LDDISTSTUFF)
 
 mostlyclean:
-       -rm -f $(STAGESTUFF) ld.?? ld.??? ldlex.[qp]
+       -rm -f $(STAGESTUFF) ld.?? ld.??? ldlex.[qp] config.log
        -rm -f ld ld1 ld2 ld3 *.o y.output cdtest cdtest.out cdtest.tmp
        -rm -f cdtest-ur cdtest-ur.out cdtest-ur.tmp
        -rm -f $(GENERATED_CFILES) $(GENERATED_HFILES)
@@ -765,7 +765,9 @@ mostlyclean:
 clean: mostlyclean
        -rm -f $(LD_PROG) configdoc.texi
 distclean: clean
-       -rm -rf Makefile config.status TAGS ldscripts site.exp site.bak
+       -rm -f Makefile config.status TAGS site.exp site.bak config.cache
+       -rm -f config.h stamp-h
+       -rm -rf ldscripts
 realclean: clean distclean
        -rm -f $(LDDISTSTUFF)