From 63abaebc01df9185aa1a044611296d626a9eca1a Mon Sep 17 00:00:00 2001
From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Date: Tue, 17 Jun 2008 14:20:36 +0000
Subject: - move stripping into do_ar resp compile-m for the sake of simplicity

---
 libnsl/Makefile.in | 2 --
 1 file changed, 2 deletions(-)

(limited to 'libnsl')

diff --git a/libnsl/Makefile.in b/libnsl/Makefile.in
index 0707a6547..a66b90c6f 100644
--- a/libnsl/Makefile.in
+++ b/libnsl/Makefile.in
@@ -40,13 +40,11 @@ endif
 $(libnsl_OUT)/libnsl_so.a: $(libnsl-so-y)
 	$(Q)$(RM) $@
 	$(do_ar)
-	$(do_t_strip)
 
 $(top_builddir)lib/libnsl.a: $(libnsl-a-y)
 	$(Q)$(INSTALL) -d $(dir $@)
 	$(Q)$(RM) $@
 	$(do_ar)
-	$(do_t_strip)
 
 libnsl_clean:
 	$(RM) $(libnsl_OUT)/*.{o,os,a}
-- 
cgit v1.2.3