* 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 83f96e254f64ccf08ce7975f1428e05ede3367c4..1a850b8909d654a5006314a56be693e28985815b 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 b43006fbbf86bbb32ce2a2016891fb65710a8552..64fdab4e3895d22908591df43e457790de6619a8 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)
 
This page took 0.031646 seconds and 4 git commands to generate.