From 45061b1e5933bca08500b2d6a8e14781027ee580 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Tue, 5 Mar 1996 22:42:17 +0000 Subject: [PATCH] * */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. --- gdb/testsuite/gdb.chill/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2