From 1e45c4c38e88c5d0cbed72ecb1906d2e8b09c677 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 21 Apr 1994 21:25:17 +0000 Subject: [PATCH] * Makefile.in (clean, distclean): Remove configdoc.texi. --- ld/ChangeLog | 4 ++++ ld/Makefile.in | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 83f96e2..1a850b8 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 b43006f..64fdab4 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) -- 2.7.4