aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 72ce91a..f4fc018 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
+
+ * Makefile.in: remove clean-stamps from clean.
+
Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
* configure.in: Add gdbtest to configdirs.
diff --git a/Makefile.in b/Makefile.in
index 0506db5..bc47cf3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -121,7 +121,7 @@ all.cross: all-libiberty all-mmalloc all-gas all-bison all-ld \
all-bfd all-libgcc all-readline all-gdb
# $(MAKE) subdir_do DO=all "DODIRS=$(SUBDIRS) $(OTHERS)"
-clean: clean-stamps clean-libiberty clean-mmalloc clean-texinfo clean-bfd \
+clean: clean-libiberty clean-mmalloc clean-texinfo clean-bfd \
clean-newlib clean-binutils clean-flex \
clean-bison clean-byacc clean-ld clean-gas \
clean-gcc clean-libgcc clean-readline clean-glob clean-gdb \