aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-03-28 22:17:43 +0000
committerIan Lance Taylor <ian@airs.com>1998-03-28 22:17:43 +0000
commit437a04cb407081a2c969c723572fe513a6e834bf (patch)
tree429922d06f510a7a72beee3f39eae0d6105840c1 /ld/Makefile.am
parent26c61946fb633ecbe25126dfb5c600f09ccdc487 (diff)
downloadgdb-437a04cb407081a2c969c723572fe513a6e834bf.zip
gdb-437a04cb407081a2c969c723572fe513a6e834bf.tar.gz
gdb-437a04cb407081a2c969c723572fe513a6e834bf.tar.bz2
* Makefile.am (MOSTLYCLEANFILES): Remove tmpdir.
(mostlyclean-local): New target to remove tmpdir. * Makefile.in: Rebuild.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r--ld/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 9f7f879..3a4d6a5 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -675,7 +675,9 @@ bfdsumm.texi: Makefile
Makefile: configure.host configure.tgt
MOSTLYCLEANFILES = $(STAGESTUFF) ld1$(EXEEXT) ld2$(EXEEXT) ld3$(EXEEXT) \
- ldemul-list.h tmpdir crtbegin.o crtend.o
+ ldemul-list.h crtbegin.o crtend.o
+mostlyclean-local:
+ -rm -rf tmpdir
CLEANFILES = dep.sed .dep .dep1 bfdsumm.texi
.PHONY: install-exec-local install-data-local