diff options
author | Fred Fish <fnf@specifix.com> | 1996-02-09 15:23:30 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-02-09 15:23:30 +0000 |
commit | eec530570197649f925f4e37e66d92efe15cb78a (patch) | |
tree | d8df6dbfee10639a8cee93c9ec4a3677a30b6004 /gdb | |
parent | 2f4e239c36e71c68881d765babe074889514d009 (diff) | |
download | gdb-eec530570197649f925f4e37e66d92efe15cb78a.zip gdb-eec530570197649f925f4e37e66d92efe15cb78a.tar.gz gdb-eec530570197649f925f4e37e66d92efe15cb78a.tar.bz2 |
* Makefile.in (clean): Add missing '{'.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/gdb.chill/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.chill/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.chill/ChangeLog b/gdb/testsuite/gdb.chill/ChangeLog index 243d6ac..cc6f738 100644 --- a/gdb/testsuite/gdb.chill/ChangeLog +++ b/gdb/testsuite/gdb.chill/ChangeLog @@ -1,3 +1,7 @@ +Fri Feb 9 08:22:16 1996 Fred Fish <fnf@cygnus.com> + + * Makefile.in (clean): Add missing '{'. + Tue Feb 6 21:52:26 1996 Per Bothner <bothner@kalessin.cygnus.com> * pr-8894.exp, pr-8894.ch, pr-8894-grt.ch: New test case. diff --git a/gdb/testsuite/gdb.chill/Makefile.in b/gdb/testsuite/gdb.chill/Makefile.in index 75b5f4f..ece7612 100644 --- a/gdb/testsuite/gdb.chill/Makefile.in +++ b/gdb/testsuite/gdb.chill/Makefile.in @@ -17,7 +17,7 @@ all: EXPECT=${EXPECT} clean mostlyclean: - -rm -f *.o $OBJS} *.exe *~ core + -rm -f *.o ${OBJS} *.exe *~ core distclean maintainer-clean realclean: clean -rm -f Makefile config.status |