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 /libresolv/Makefile.in | |
parent | 0fcbbcc67b38fb70de492a2244ae033add69c0d7 (diff) |
- move stripping into do_ar resp compile-m for the sake of simplicity
Diffstat (limited to 'libresolv/Makefile.in')
-rw-r--r-- | libresolv/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libresolv/Makefile.in b/libresolv/Makefile.in index e86af747d..cfcb9d78b 100644 --- a/libresolv/Makefile.in +++ b/libresolv/Makefile.in @@ -40,13 +40,11 @@ endif $(libresolv_OUT)/libresolv_so.a: $(libresolv-so-y) $(Q)$(RM) $@ $(do_ar) - $(do_t_strip) $(top_builddir)lib/libresolv.a: $(libresolv-a-y) $(Q)$(INSTALL) -d $(dir $@) $(Q)$(RM) $@ $(do_ar) - $(do_t_strip) libresolv_clean: $(RM) $(libresolv_OUT)/*.{o,os,a} |