From: Stan Shebs Date: Tue, 5 Mar 1996 22:42:17 +0000 (+0000) Subject: * */Makefile.in (maintainer-clean): Remove config.log. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=45061b1e5933bca08500b2d6a8e14781027ee580;p=binutils-gdb.git * */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. --- diff --git a/gdb/testsuite/gdb.chill/Makefile.in b/gdb/testsuite/gdb.chill/Makefile.in index ece7612024a..a965b578d74 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