aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 2d42565..1e105b5 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -757,7 +757,7 @@ LDDISTSTUFF = ldgram.c ldgram.h ldlex.c
diststuff: $(LDDISTSTUFF)
mostlyclean:
- -rm -f $(STAGESTUFF) ld.?? ld.??? ldlex.[qp]
+ -rm -f $(STAGESTUFF) ld.?? ld.??? ldlex.[qp] config.log
-rm -f ld ld1 ld2 ld3 *.o y.output cdtest cdtest.out cdtest.tmp
-rm -f cdtest-ur cdtest-ur.out cdtest-ur.tmp
-rm -f $(GENERATED_CFILES) $(GENERATED_HFILES)
@@ -765,7 +765,9 @@ mostlyclean:
clean: mostlyclean
-rm -f $(LD_PROG) configdoc.texi
distclean: clean
- -rm -rf Makefile config.status TAGS ldscripts site.exp site.bak
+ -rm -f Makefile config.status TAGS site.exp site.bak config.cache
+ -rm -f config.h stamp-h
+ -rm -rf ldscripts
realclean: clean distclean
-rm -f $(LDDISTSTUFF)