* */Makefile.in (maintainer-clean): Remove config.log.
authorStan Shebs <shebs@codesourcery.com>
Tue, 5 Mar 1996 22:42:17 +0000 (22:42 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 5 Mar 1996 22:42:17 +0000 (22:42 +0000)
* gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
* gdb.c++/Makefile.in (PROGS): Add inherit.
(clean): Remove *.ci.

gdb/testsuite/gdb.chill/Makefile.in

index ece7612024a9b83385b506e3db9a05cc09f7e2f2..a965b578d7475e2eb31c2e9e4f0c5970d41632bb 100644 (file)
@@ -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