* Makefile.in (clean, distclean): Remove configdoc.texi.
authorIan Lance Taylor <ian@airs.com>
Thu, 21 Apr 1994 21:25:17 +0000 (21:25 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 21 Apr 1994 21:25:17 +0000 (21:25 +0000)
ld/ChangeLog
ld/Makefile.in

index 83f96e2..1a850b8 100644 (file)
@@ -1,3 +1,7 @@
+Thu Apr 21 17:24:24 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * Makefile.in (clean, distclean): Remove configdoc.texi.
+
 Tue Apr 19 12:12:15 1994  Bill Cox  (bill@rtl.cygnus.com)
 
        * configure.in: Add i[34]86-*-bsd386 to the patterns recognized.
index b43006f..64fdab4 100644 (file)
@@ -662,11 +662,12 @@ mostlyclean:
        -rm -f $(STAGESTUFF) ld.?? ld.??? ldlex.[qp]
        -rm -f ld ld1 ld2 ld3 *.o y.output cdtest cdtest.out
 clean: mostlyclean
-       -rm -f $(LD_PROG)
+       -rm -f $(LD_PROG) configdoc.texi
 distclean:
        -rm -fr Makefile config.status TAGS sysdep.h ldscripts site.exp \
                $(STAGESTUFF) ld.?? ld.??s ld.toc ld.aux ld.log ldlex.[qp] \
-               $(LD_PROG) ld ld1 ld2 ld3 *.o y.output cdtest cdtest.out
+               $(LD_PROG) ld ld1 ld2 ld3 *.o y.output cdtest cdtest.out \
+               configdoc.texi
 realclean: clean distclean
        -rm -f $(LDDISTSTUFF)