]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.in (maintainer-clean): Add distclean to dependencies.
authorStu Grossman <grossman@cygnus>
Tue, 22 Apr 1997 16:04:38 +0000 (16:04 +0000)
committerStu Grossman <grossman@cygnus>
Tue, 22 Apr 1997 16:04:38 +0000 (16:04 +0000)
Remove duplicate rm's of files.

gdb/ChangeLog
gdb/Makefile.in

index 67702c69bb5d30d93e96ec5c8fb54546e96e5128..9f8f072f34ab38bb711706ac336e0b64ffaf03fe 100644 (file)
@@ -1,3 +1,8 @@
+Tue Apr 22 09:02:10 1997  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * Makefile.in (maintainer-clean):  Add distclean to dependencies.
+       Remove duplicate rm's of files.
+
 start-sanitize-gdbtk
 Mon Apr 21 14:00:08 1997  Doug Evans  <dje@canuck.cygnus.com>
 
index 224f7c3e385df2e21991961c214602824e7670ca..3160bb51f8750782e90cee3cf6cf3c4a826ad834 100644 (file)
@@ -745,16 +745,13 @@ distclean: clean
        rm -f config.log config.cache
        rm -f Makefile
 
-maintainer-clean realclean: clean
+maintainer-clean realclean: distclean clean
        @echo "This command is intended for maintainers to use;"
        @echo "it deletes files that may require special tools to rebuild."
        @$(MAKE) $(FLAGS_TO_PASS) DO=maintainer-clean "DODIRS=$(SUBDIRS)" subdir_do
        rm -f c-exp.tab.c java-exp.tab.c f-exp.tab.c m2-exp.tab.c
        rm -f TAGS $(INFOFILES)
        rm -f nm.h tm.h xm.h config.status
-       rm -f y.output yacc.acts yacc.tmp
-       rm -f config.log config.cache
-       rm -f Makefile
 
 diststuff: $(DISTSTUFF)
        cd doc; $(MAKE) $(MFLAGS) all-doc