summaryrefslogtreecommitdiff
path: root/libpthread/nptl
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-06-12 15:40:56 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-06-12 15:40:56 +0200
commit2679c354bd9345dfe2e2b9d78ec64a0dad642215 (patch)
tree2db34291902b968def858cf50413ee712039f594 /libpthread/nptl
parentdcde81f05d263c325f5fd810ce97deda1f50099c (diff)
nptl: avoid spurious rebuilds of libpthread*.a
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/nptl')
-rw-r--r--libpthread/nptl/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpthread/nptl/Makefile.in b/libpthread/nptl/Makefile.in
index 7de5b77d9..853ac501e 100644
--- a/libpthread/nptl/Makefile.in
+++ b/libpthread/nptl/Makefile.in
@@ -295,13 +295,11 @@ $(PTHREAD_OUT)/libpthread_so.a: STRIP_FLAGS:=$(STRIP_FLAGS:-x=-X --strip-debug)
endif
$(PTHREAD_OUT)/libpthread_so.a: $(libpthread-so-y)
$(Q)$(RM) $@
- $(do_strip)
$(do_ar)
$(top_builddir)lib/libpthread.a: $(libpthread-a-y)
$(Q)$(INSTALL) -d $(dir $@)
$(Q)$(RM) $@
- $(do_strip)
$(do_ar)
#