From 63abaebc01df9185aa1a044611296d626a9eca1a Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 17 Jun 2008 14:20:36 +0000 Subject: - move stripping into do_ar resp compile-m for the sake of simplicity --- libintl/Makefile.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'libintl') diff --git a/libintl/Makefile.in b/libintl/Makefile.in index 1c594c8fc..238ad4466 100644 --- a/libintl/Makefile.in +++ b/libintl/Makefile.in @@ -54,18 +54,15 @@ endif $(libintl_OUT)/libintl_so.a: $(libintl-so-y) $(Q)$(RM) $@ $(do_ar) - $(do_t_strip) $(libintl_OUT)/libintl.oS: $(libintl_MSRC) $(Q)$(RM) $@ $(compile-m) - $(do_t_strip) $(top_builddir)lib/libintl.a: $(libintl-a-y) $(Q)$(INSTALL) -d $(dir $@) $(Q)$(RM) $@ $(do_ar) - $(do_t_strip) $(libintl_MOBJ): $(libintl_MSRC) $(compile.m) -- cgit v1.2.3