diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-12 22:23:17 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-12 22:23:17 +0000 |
commit | 4977f3b47ed3275b231ee9c845857b8db81b4064 (patch) | |
tree | 59335c15779f2ad82d813fe94bf1a63fcdeb6c33 /binutils | |
parent | 9521bac3944c8384c7c08dd020a0da44436fd62f (diff) | |
download | gdb-4977f3b47ed3275b231ee9c845857b8db81b4064.zip gdb-4977f3b47ed3275b231ee9c845857b8db81b4064.tar.gz gdb-4977f3b47ed3275b231ee9c845857b8db81b4064.tar.bz2 |
* Makefile.in (maintainer-clean): New target.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 2 | ||||
-rw-r--r-- | binutils/Makefile.in | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4379edb..0623bf6 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,7 @@ Tue Sep 12 12:37:39 1995 Ian Lance Taylor <ian@cygnus.com> + * Makefile.in (maintainer-clean): New target. + * ar.c (replace_members): Don't call write_archive if nothing changed. 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 |