From: Ian Lance Taylor Date: Thu, 21 Apr 1994 21:25:17 +0000 (+0000) Subject: * Makefile.in (clean, distclean): Remove configdoc.texi. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=1e45c4c38e88c5d0cbed72ecb1906d2e8b09c677;p=deliverable%2Fbinutils-gdb.git * Makefile.in (clean, distclean): Remove configdoc.texi. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 83f96e254f..1a850b8909 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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. diff --git a/ld/Makefile.in b/ld/Makefile.in index b43006fbbf..64fdab4e38 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -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)