diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-06-17 14:20:36 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-06-17 14:20:36 +0000 |
commit | 63abaebc01df9185aa1a044611296d626a9eca1a (patch) | |
tree | a8151d5c8715eb96e15fe8281dbb98e2058a9946 /libnsl | |
parent | 0fcbbcc67b38fb70de492a2244ae033add69c0d7 (diff) |
- move stripping into do_ar resp compile-m for the sake of simplicity
Diffstat (limited to 'libnsl')
-rw-r--r-- | libnsl/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
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} |