diff options
author | K. Richard Pixley <rich@cygnus> | 1991-12-10 11:58:56 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-12-10 11:58:56 +0000 |
commit | 65fd9a4d8b054c73032a91e3b26ca0a3c1a0e44c (patch) | |
tree | b99e6a174c6ce7567cbbb454aa5729eccc8a3805 /Makefile.in | |
parent | bb07ee3ebd421609711c3a658324a1e96f5ac917 (diff) | |
download | gdb-65fd9a4d8b054c73032a91e3b26ca0a3c1a0e44c.zip gdb-65fd9a4d8b054c73032a91e3b26ca0a3c1a0e44c.tar.gz gdb-65fd9a4d8b054c73032a91e3b26ca0a3c1a0e44c.tar.bz2 |
clean-gdbm on clean
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 58c12b4..4c4d8c6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -91,7 +91,7 @@ all.cross: all-bison all-ld all-gnulib all-gdb clean: clean-libiberty clean-texinfo clean-bfd clean-binutils clean-bison \ clean-byacc clean-ld clean-gas clean-gcc clean-gnulib clean-readline \ clean-glob clean-gdb clean-make clean-diff clean-grep clean-rcs \ - clean-cvs clean-emacs clean-ispell + clean-gdbm clean-cvs clean-emacs clean-ispell rm -rf *.a TEMP errs core *.o *~ \#* TAGS *.E install: $(INSTALL_TARGET) |