remove clean-stamps from clean

This commit is contained in:
K. Richard Pixley 1992-04-14 01:44:23 +00:00
parent 3bc8241050
commit 64d424c633
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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 \