From bf765e60dd2786516485c48ed81b120ef4de680f Mon Sep 17 00:00:00 2001
From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Date: Wed, 4 Jun 2008 14:57:16 +0000
Subject: - strip the targets and not prerequisites - tidy up
 PTHREADS_DEBUG_SUPPORT by using per-target STRIP_FLAGS for the few

  This fixes the spurious rebuilds bernd and vda were seeing with libpthreads.
---
 librt/Makefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'librt')

diff --git a/librt/Makefile.in b/librt/Makefile.in
index c91552acc..14bff70ef 100644
--- a/librt/Makefile.in
+++ b/librt/Makefile.in
@@ -40,14 +40,14 @@ endif
 
 $(librt_OUT)/librt_so.a: $(librt-so-y)
 	$(Q)$(RM) $@
-	$(do_strip)
 	$(do_ar)
+	$(do_t_strip)
 
 $(top_builddir)lib/librt.a: $(librt-a-y)
 	$(Q)$(INSTALL) -d $(dir $@)
 	$(Q)$(RM) $@
-	$(do_strip)
 	$(do_ar)
+	$(do_t_strip)
 
 objclean-y += librt_clean
 
-- 
cgit v1.2.3