aboutsummaryrefslogtreecommitdiff
path: root/libgloss/xstormy16
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2006-09-07 17:28:09 +0000
committerJeff Johnston <jjohnstn@redhat.com>2006-09-07 17:28:09 +0000
commitaa61d16c04d23d3c9a37891f5d62527650250ba3 (patch)
treef4d63b757d3bbda3ab84ef0781a93d126312c66c /libgloss/xstormy16
parent33d9aaee5b9b74bc3f120e89e17252e7eca42583 (diff)
downloadnewlib-aa61d16c04d23d3c9a37891f5d62527650250ba3.zip
newlib-aa61d16c04d23d3c9a37891f5d62527650250ba3.tar.gz
newlib-aa61d16c04d23d3c9a37891f5d62527650250ba3.tar.bz2
2006-09-07 Masaki Muranaka <monaka@monami-software.com>
* xstormy16/Makefile.in (clean): Fix a mismatched parenthesis.
Diffstat (limited to 'libgloss/xstormy16')
-rw-r--r--libgloss/xstormy16/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/xstormy16/Makefile.in b/libgloss/xstormy16/Makefile.in
index b33e1ac..eddd9d2 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 *~