Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-05-19 10:04:59 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-05-19 10:04:59 +0400
commit503ff5adc19e7d0eb5998dc3f6e4906e4aaebfa5 (patch)
treecb235e9331a3970608f988df7ba0be3052e83685 /newlib/Makefile.am
parenta5ffa9b80e1431ad3bf3647b3a905a2ba72ac740 (diff)
* Makefile.am (install-data-local): Fix condition and rm call.
* Makefile.in: Regenerate.
Diffstat (limited to 'newlib/Makefile.am')
-rw-r--r--newlib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/Makefile.am b/newlib/Makefile.am
index dca626073..41de26f25 100644
--- a/newlib/Makefile.am
+++ b/newlib/Makefile.am
@@ -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