aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorJason Molenda <crash@cygnus>1996-10-03 06:40:32 +0000
committerJason Molenda <crash@cygnus>1996-10-03 06:40:32 +0000
commitbdec6bdb4ba4d0ca1e8d85167fdd2ae5b174ad3e (patch)
tree8f5b501a4df46743501abe8e0aa1f7624c10bc1a /ld/Makefile.in
parent42ad648437dff15e16bce1f701c8d20aa7127eb7 (diff)
downloadgdb-bdec6bdb4ba4d0ca1e8d85167fdd2ae5b174ad3e.zip
gdb-bdec6bdb4ba4d0ca1e8d85167fdd2ae5b174ad3e.tar.gz
gdb-bdec6bdb4ba4d0ca1e8d85167fdd2ae5b174ad3e.tar.bz2
* Makefile.in (mostlyclean): Move config.log to distclean.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 9fc39b1..34b034e 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -899,7 +899,7 @@ LDDISTSTUFF = ldgram.c ldgram.h ldlex.c
diststuff: $(LDDISTSTUFF) info
mostlyclean:
- -rm -f $(STAGESTUFF) ld.?? ld.??? ldlex.[qp] config.log
+ -rm -f $(STAGESTUFF) ld.?? ld.??? ldlex.[qp]
-rm -f ld ld1 ld2 ld3 *.o y.output cdtest cdtest.out cdtest.tmp
-rm -f cdtest-ur cdtest-ur.out cdtest-ur.tmp crtbegin.o crtend.o
-rm -f ldemul-list.h
@@ -908,7 +908,7 @@ clean: mostlyclean
-rm -f $(LD_PROG) configdoc.texi
distclean: clean
-rm -f Makefile config.status TAGS site.exp site.bak config.cache
- -rm -f config.h stamp-h
+ -rm -f config.h stamp-h config.log
-rm -rf ldscripts
maintainer-clean realclean: clean distclean
@echo "This command is intended for maintainers to use;"