diff options
Diffstat (limited to 'gdb/testsuite/gdb.chill/Makefile.in')
-rw-r--r-- | gdb/testsuite/gdb.chill/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |