From: Andrew Cagney Date: Tue, 18 Apr 2000 08:03:40 +0000 (+0000) Subject: Do not delete testcmds. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5c9f2d8c5192b2b3df4a16053b62da19c3c63de2;p=pf3gnuchains%2Fpf3gnuchains3x.git Do not delete testcmds. --- diff --git a/gdb/testsuite/gdb.mi/ChangeLog-mi b/gdb/testsuite/gdb.mi/ChangeLog-mi index a0cb0412c7..0802adf27a 100644 --- a/gdb/testsuite/gdb.mi/ChangeLog-mi +++ b/gdb/testsuite/gdb.mi/ChangeLog-mi @@ -1,3 +1,7 @@ +Tue Apr 18 15:36:07 2000 Andrew Cagney + + * Makefile.in (clean mostlyclean): Do not delete $(MISCELLANEOUS). + Tue Mar 14 15:54:57 2000 Andrew Cagney * basics.c: Add EMACS local variable pointing change-log at this diff --git a/gdb/testsuite/gdb.mi/Makefile.in b/gdb/testsuite/gdb.mi/Makefile.in index 92a0a73e0d..67a0f5d39b 100644 --- a/gdb/testsuite/gdb.mi/Makefile.in +++ b/gdb/testsuite/gdb.mi/Makefile.in @@ -11,7 +11,7 @@ all: #### host, target, and site specific Makefile frags come in here. clean mostlyclean: - -rm -f *.ci *.o $(OBJS) $(PROGS) $(MISCELLANEOUS) *~ core + -rm -f *.ci *.o $(OBJS) $(PROGS) *~ core distclean maintainer-clean realclean: clean -rm -f Makefile config.status config.log