aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-04-21 21:25:17 +0000
committerIan Lance Taylor <ian@airs.com>1994-04-21 21:25:17 +0000
commit1e45c4c38e88c5d0cbed72ecb1906d2e8b09c677 (patch)
treeedf0bf0a837e42e9da3fdcf781419071a903121e /ld/Makefile.in
parent5d955237be290e290a5f35bcf1b9bbd716824f82 (diff)
downloadgdb-1e45c4c38e88c5d0cbed72ecb1906d2e8b09c677.zip
gdb-1e45c4c38e88c5d0cbed72ecb1906d2e8b09c677.tar.gz
gdb-1e45c4c38e88c5d0cbed72ecb1906d2e8b09c677.tar.bz2
* Makefile.in (clean, distclean): Remove configdoc.texi.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in5
1 files changed, 3 insertions, 2 deletions
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)