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.
---
 libcrypt/Makefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'libcrypt')

diff --git a/libcrypt/Makefile.in b/libcrypt/Makefile.in
index 40bb55cd0..40a73d1c8 100644
--- a/libcrypt/Makefile.in
+++ b/libcrypt/Makefile.in
@@ -44,8 +44,8 @@ endif
 
 $(libcrypt_OUT)/libcrypt_so.a: $(libcrypt-so-y)
 	$(Q)$(RM) $@
-	$(do_strip)
 	$(do_ar)
+	$(do_t_strip)
 
 $(libcrypt_OUT)/libcrypt.oS: $(libcrypt_SRC)
 	$(Q)$(RM) $@
@@ -55,8 +55,8 @@ $(libcrypt_OUT)/libcrypt.oS: $(libcrypt_SRC)
 $(top_builddir)lib/libcrypt.a: $(libcrypt-a-y)
 	$(Q)$(INSTALL) -d $(dir $@)
 	$(Q)$(RM) $@
-	$(do_strip)
 	$(do_ar)
+	$(do_t_strip)
 
 libcrypt_clean:
 	$(RM) $(libcrypt_OUT)/*.{o,os,oS,a}
-- 
cgit v1.2.3