mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
* Makefile.in (clean): Add missing '{'.
This commit is contained in:
@ -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.
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user