mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* Makefile.am (install-data-local): Fix condition and rm call.
* Makefile.in: Regenerate.
This commit is contained in:
parent
a5ffa9b80e
commit
503ff5adc1
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user