2006-09-07 Masaki Muranaka <monaka@monami-software.com>
* xstormy16/Makefile.in (clean): Fix a mismatched parenthesis.
This commit is contained in:
parent
33d9aaee5b
commit
aa61d16c04
@ -1,3 +1,7 @@
|
||||
2006-09-07 Masaki Muranaka <monaka@monami-software.com>
|
||||
|
||||
* xstormy16/Makefile.in (clean): Fix a mismatched parenthesis.
|
||||
|
||||
2006-09-01 Kazu Hirata <kazu@codesourcery.com>
|
||||
|
||||
Merge from newlib-csl-20060320-branch:
|
||||
|
@ -104,7 +104,7 @@ test:
|
||||
${CC} ${CFLAGS_FOR_TARGET} -c $<
|
||||
|
||||
clean mostlyclean:
|
||||
rm -f a.out core *.i *.o *-test *.srec *.dis *.x *.hex $(SIM_BSP) $(EVA_APP_BSP) $(EVA_STUB}
|
||||
rm -f a.out core *.i *.o *-test *.srec *.dis *.x *.hex $(SIM_BSP) $(EVA_APP_BSP) $(EVA_STUB)
|
||||
|
||||
distclean maintainer-clean realclean: clean
|
||||
rm -f Makefile config.status *~
|
||||
|
Loading…
Reference in New Issue
Block a user