From aa61d16c04d23d3c9a37891f5d62527650250ba3 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 7 Sep 2006 17:28:09 +0000 Subject: [PATCH] 2006-09-07 Masaki Muranaka * xstormy16/Makefile.in (clean): Fix a mismatched parenthesis. --- libgloss/ChangeLog | 4 ++++ libgloss/xstormy16/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index 64266f657..fd0e3f126 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,7 @@ +2006-09-07 Masaki Muranaka + + * xstormy16/Makefile.in (clean): Fix a mismatched parenthesis. + 2006-09-01 Kazu Hirata Merge from newlib-csl-20060320-branch: diff --git a/libgloss/xstormy16/Makefile.in b/libgloss/xstormy16/Makefile.in index b33e1ac73..eddd9d29f 100644 --- a/libgloss/xstormy16/Makefile.in +++ b/libgloss/xstormy16/Makefile.in @@ -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 *~