OSDN Git Service

* Makefile.am (install-data-local): Fix condition and rm call.
authorcorinna <corinna>
Thu, 19 May 2011 06:04:58 +0000 (06:04 +0000)
committercorinna <corinna>
Thu, 19 May 2011 06:04:58 +0000 (06:04 +0000)
* Makefile.in: Regenerate.

newlib/ChangeLog
newlib/Makefile.am
newlib/Makefile.in

index babe7d7..5ae2a34 100644 (file)
@@ -1,3 +1,8 @@
+2011-05-19  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       * Makefile.am (install-data-local): Fix condition and rm call.
+       * Makefile.in: Regenerate.
+
 2011-05-16  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
 
        * libc/include/time.h (CLOCK_PROCESS_CPUTIME_ID): Rename from
index dca6260..41de26f 100644 (file)
@@ -331,8 +331,8 @@ endif
            else true; fi ; \
          done ; \
          for i in $(NO_INCLUDE_LIST); do \
-           if [ -f $(DESTDIR)$(tooldir)/include/$$i]; then \
-               -rm $(DESTDIR)$(tooldir)/include/$$i; \
+           if [ -f $(DESTDIR)$(tooldir)/include/$$i ]; then \
+               rm $(DESTDIR)$(tooldir)/include/$$i; \
            else true; fi ; \
          done ; \
        else true; fi
index 3d5d312..9b013e6 100644 (file)
@@ -1038,8 +1038,8 @@ install-data-local:       install-toollibLIBRARIES
            else true; fi ; \
          done ; \
          for i in $(NO_INCLUDE_LIST); do \
-           if [ -f $(DESTDIR)$(tooldir)/include/$$i]; then \
-               -rm $(DESTDIR)$(tooldir)/include/$$i; \
+           if [ -f $(DESTDIR)$(tooldir)/include/$$i ]; then \
+               rm $(DESTDIR)$(tooldir)/include/$$i; \
            else true; fi ; \
          done ; \
        else true; fi