From bf765e60dd2786516485c48ed81b120ef4de680f Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 4 Jun 2008 14:57:16 +0000 Subject: - strip the targets and not prerequisites - tidy up PTHREADS_DEBUG_SUPPORT by using per-target STRIP_FLAGS for the few This fixes the spurious rebuilds bernd and vda were seeing with libpthreads. --- libintl/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libintl') diff --git a/libintl/Makefile.in b/libintl/Makefile.in index 8a64a7615..1c594c8fc 100644 --- a/libintl/Makefile.in +++ b/libintl/Makefile.in @@ -53,8 +53,8 @@ endif $(libintl_OUT)/libintl_so.a: $(libintl-so-y) $(Q)$(RM) $@ - $(do_strip) $(do_ar) + $(do_t_strip) $(libintl_OUT)/libintl.oS: $(libintl_MSRC) $(Q)$(RM) $@ @@ -64,8 +64,8 @@ $(libintl_OUT)/libintl.oS: $(libintl_MSRC) $(top_builddir)lib/libintl.a: $(libintl-a-y) $(Q)$(INSTALL) -d $(dir $@) $(Q)$(RM) $@ - $(do_strip) $(do_ar) + $(do_t_strip) $(libintl_MOBJ): $(libintl_MSRC) $(compile.m) -- cgit v1.2.3