summaryrefslogtreecommitdiff
path: root/libcrypt/Makefile.in
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-18 21:12:52 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-18 21:12:52 +0000
commitcd84f06dcf250fef51b61445e58aa1781cb2358e (patch)
tree26b88c6153904386b3d87a63a27d96397e37e16f /libcrypt/Makefile.in
parent625d50e90b61aa7a459be7f26cbdee6fe7295b0a (diff)
Add target strip command and use it, also disable for now CFLAGS-multi-y, after splitting all MSRC, it won't be needed
Diffstat (limited to 'libcrypt/Makefile.in')
-rw-r--r--libcrypt/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrypt/Makefile.in b/libcrypt/Makefile.in
index 7ff27ae8b..6e77e7383 100644
--- a/libcrypt/Makefile.in
+++ b/libcrypt/Makefile.in
@@ -53,7 +53,7 @@ $(libcrypt_OUT)/libcrypt_so.a: $(libcrypt-so-y)
$(libcrypt_OUT)/libcrypt.oS: $(libcrypt_SRC)
$(Q)$(RM) $@
$(compile-m)
- $(Q)$(STRIPTOOL) $(STRIP_FLAGS) $@
+ $(do_t_strip)
$(top_builddir)lib/libcrypt.a: $(libcrypt-a-y)
$(Q)$(INSTALL) -d $(dir $@)