* Makefile.in (maintainer-clean): Add distclean to dependencies.

Remove duplicate rm's of files.
This commit is contained in:
Stu Grossman 1997-04-22 16:04:38 +00:00
parent 0f399b0c6b
commit 253a70ff1c
2 changed files with 6 additions and 4 deletions

View 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>

View 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