diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-03-05 22:42:17 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-03-05 22:42:17 +0000 |
commit | 45061b1e5933bca08500b2d6a8e14781027ee580 (patch) | |
tree | 1d574ec5adac0de0788625e27aad6312c8ab4fd0 | |
parent | 8f218e05fc1eec8b84d93d6c513eb2ea54f43bcf (diff) | |
download | gdb-45061b1e5933bca08500b2d6a8e14781027ee580.zip gdb-45061b1e5933bca08500b2d6a8e14781027ee580.tar.gz gdb-45061b1e5933bca08500b2d6a8e14781027ee580.tar.bz2 |
* */Makefile.in (maintainer-clean): Remove config.log.
* gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
* gdb.c++/Makefile.in (PROGS): Add inherit.
(clean): Remove *.ci.
-rw-r--r-- | gdb/testsuite/gdb.chill/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.chill/Makefile.in b/gdb/testsuite/gdb.chill/Makefile.in index ece7612..a965b57 100644 --- a/gdb/testsuite/gdb.chill/Makefile.in +++ b/gdb/testsuite/gdb.chill/Makefile.in @@ -20,7 +20,7 @@ clean mostlyclean: -rm -f *.o ${OBJS} *.exe *~ core distclean maintainer-clean realclean: clean - -rm -f Makefile config.status + -rm -f Makefile config.status config.log Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in $(SHELL) ./config.status --recheck |