diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-06-12 15:40:56 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-06-12 15:40:56 +0200 |
commit | 2679c354bd9345dfe2e2b9d78ec64a0dad642215 (patch) | |
tree | 2db34291902b968def858cf50413ee712039f594 | |
parent | dcde81f05d263c325f5fd810ce97deda1f50099c (diff) |
nptl: avoid spurious rebuilds of libpthread*.a
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r-- | libpthread/nptl/Makefile.in | 2 |
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) # |