* Makefile.in (clean, distclean): Remove configdoc.texi.

This commit is contained in:
Ian Lance Taylor 1994-04-21 21:25:17 +00:00
parent 5d955237be
commit 1e45c4c38e
2 changed files with 7 additions and 2 deletions

View 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.

View 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)