aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1996-03-05 22:42:17 +0000
committerStan Shebs <shebs@codesourcery.com>1996-03-05 22:42:17 +0000
commit45061b1e5933bca08500b2d6a8e14781027ee580 (patch)
tree1d574ec5adac0de0788625e27aad6312c8ab4fd0
parent8f218e05fc1eec8b84d93d6c513eb2ea54f43bcf (diff)
downloadgdb-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.in2
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