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 --- libm/Makefile.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'libm/Makefile.in') diff --git a/libm/Makefile.in b/libm/Makefile.in index ae591ebfb..f3768d38e 100644 --- a/libm/Makefile.in +++ b/libm/Makefile.in @@ -165,18 +165,15 @@ endif $(libm_OUT)/libm_so.a: $(libm-so-y) $(Q)$(RM) $@ $(do_ar) - $(do_t_strip) $(libm_OUT)/libm.oS: $(libm_SRC) $(libm_MSRC) $(libm_ARCH_SRC) $(Q)$(RM) $@ $(compile-m) - $(do_t_strip) $(top_builddir)lib/libm.a: $(libm-a-y) $(Q)$(INSTALL) -d $(dir $@) $(Q)$(RM) $@ $(do_ar) - $(do_t_strip) $(libm_MOBJ): $(libm_MSRC) $(compile.m) -- cgit v1.2.3