diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-04-18 08:03:40 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-04-18 08:03:40 +0000 |
commit | 92e9dde9271797f092b36e717871cda97e00e53c (patch) | |
tree | b48fcfd020f7972bc695812931a330831d8c610b /gdb/testsuite | |
parent | 27842f65f27045c0f1d7885d4f34ac37625e645c (diff) | |
download | gdb-92e9dde9271797f092b36e717871cda97e00e53c.zip gdb-92e9dde9271797f092b36e717871cda97e00e53c.tar.gz gdb-92e9dde9271797f092b36e717871cda97e00e53c.tar.bz2 |
Do not delete testcmds.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/gdb.mi/ChangeLog-mi | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.mi/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.mi/ChangeLog-mi b/gdb/testsuite/gdb.mi/ChangeLog-mi index a0cb041..0802adf2 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 <cagney@b1.cygnus.com> + + * Makefile.in (clean mostlyclean): Do not delete $(MISCELLANEOUS). + Tue Mar 14 15:54:57 2000 Andrew Cagney <cagney@b1.cygnus.com> * 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 92a0a73..67a0f5d 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 |