mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 06:50:32 +00:00
* Makefile.in (maintainer-clean): Add distclean to dependencies.
Remove duplicate rm's of files.
This commit is contained in:
parent
0f399b0c6b
commit
253a70ff1c
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user