diff options
Diffstat (limited to 'libnsl/Makefile.in')
-rw-r--r-- | libnsl/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libnsl/Makefile.in b/libnsl/Makefile.in index 4bc6162f8..0707a6547 100644 --- a/libnsl/Makefile.in +++ b/libnsl/Makefile.in @@ -39,14 +39,14 @@ endif $(libnsl_OUT)/libnsl_so.a: $(libnsl-so-y) $(Q)$(RM) $@ - $(do_strip) $(do_ar) + $(do_t_strip) $(top_builddir)lib/libnsl.a: $(libnsl-a-y) $(Q)$(INSTALL) -d $(dir $@) $(Q)$(RM) $@ - $(do_strip) $(do_ar) + $(do_t_strip) libnsl_clean: $(RM) $(libnsl_OUT)/*.{o,os,a} |