diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-18 21:12:52 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-18 21:12:52 +0000 |
commit | cd84f06dcf250fef51b61445e58aa1781cb2358e (patch) | |
tree | 26b88c6153904386b3d87a63a27d96397e37e16f /libutil | |
parent | 625d50e90b61aa7a459be7f26cbdee6fe7295b0a (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 'libutil')
-rw-r--r-- | libutil/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libutil/Makefile.in b/libutil/Makefile.in index 6569e87ae..9aae3df99 100644 --- a/libutil/Makefile.in +++ b/libutil/Makefile.in @@ -55,7 +55,7 @@ $(libutil_OUT)/libutil_so.a: $(libutil-so-y) $(libutil_OUT)/libutil.oS: $(libutil_SRC) $(Q)$(RM) $@ $(compile-m) - $(Q)$(STRIPTOOL) $(STRIP_FLAGS) $@ + $(do_t_strip) $(top_builddir)lib/libutil.a: $(libutil-a-y) $(Q)$(INSTALL) -d $(dir $@) |