aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-09-12 22:23:17 +0000
committerIan Lance Taylor <ian@airs.com>1995-09-12 22:23:17 +0000
commit4977f3b47ed3275b231ee9c845857b8db81b4064 (patch)
tree59335c15779f2ad82d813fe94bf1a63fcdeb6c33 /ld/Makefile.in
parent9521bac3944c8384c7c08dd020a0da44436fd62f (diff)
downloadgdb-4977f3b47ed3275b231ee9c845857b8db81b4064.zip
gdb-4977f3b47ed3275b231ee9c845857b8db81b4064.tar.gz
gdb-4977f3b47ed3275b231ee9c845857b8db81b4064.tar.bz2
* Makefile.in (maintainer-clean): New target.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 3289af9..33f055b 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -768,7 +768,9 @@ distclean: clean
-rm -f Makefile config.status TAGS site.exp site.bak config.cache
-rm -f config.h stamp-h
-rm -rf ldscripts
-realclean: clean distclean
+maintainer-clean realclean: clean distclean
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
-rm -f $(LDDISTSTUFF)
.PHONY: diststuff mostlyclean clean distclean realclean