diff options
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} |