* Makefile.am (install-data-local): Fix condition and rm call.

* Makefile.in: Regenerate.
This commit is contained in:
Corinna Vinschen 2011-05-19 06:04:59 +00:00
parent a5ffa9b80e
commit 503ff5adc1
3 changed files with 9 additions and 4 deletions

View 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

View 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

View 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