]> sourceware.org Git - newlib-cygwin.git/commitdiff
2006-09-07 Masaki Muranaka <monaka@monami-software.com>
authorJeff Johnston <jjohnstn@redhat.com>
Thu, 7 Sep 2006 17:28:09 +0000 (17:28 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Thu, 7 Sep 2006 17:28:09 +0000 (17:28 +0000)
        * xstormy16/Makefile.in (clean): Fix a mismatched parenthesis.

libgloss/ChangeLog
libgloss/xstormy16/Makefile.in

index 64266f6574d6841fc161057ff1f48938fe4e3174..fd0e3f12677ea73f0aca1df221ac19287d5f559e 100644 (file)
@@ -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:
index b33e1ac73e1b33fe7cde14a39d85b9a068e414a7..eddd9d29fb3f390ba4b1f72bdc1fca9686a373bc 100644 (file)
@@ -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 *~
This page took 0.037138 seconds and 5 git commands to generate.