From 4977f3b47ed3275b231ee9c845857b8db81b4064 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 12 Sep 1995 22:23:17 +0000 Subject: * Makefile.in (maintainer-clean): New target. --- binutils/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'binutils/Makefile.in') diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 4b9443e..ad59970 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -555,7 +555,9 @@ distclean: -rm -f Makefile config.status *.o *~ \#* core y.* \ binutils.?? binutils.??s binutils.aux binutils.log binutils.toc -rm -f $(PROGS) underscore.c config.h stamp-h config.cache config.log -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 $(DISTSTUFF) *.info TAGS etags tags: TAGS -- cgit v1.1