aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/Makefile.in5
2 files changed, 6 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 67702c6..9f8f072 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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>
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 224f7c3..3160bb5 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -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