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 --- libpthread/linuxthreads.old/Makefile.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'libpthread/linuxthreads.old/Makefile.in') diff --git a/libpthread/linuxthreads.old/Makefile.in b/libpthread/linuxthreads.old/Makefile.in index 2608599ca..fe29f2cd1 100644 --- a/libpthread/linuxthreads.old/Makefile.in +++ b/libpthread/linuxthreads.old/Makefile.in @@ -89,7 +89,6 @@ endif $(libpthread_OUT)/libpthread_so.a: $(libpthread-so-y) $(Q)$(RM) $@ $(do_ar) - $(do_t_strip) ifeq ($(PTHREADS_DEBUG_SUPPORT),y) $(libpthread_OUT)/libpthread.oS: STRIP_FLAGS:=$(STRIP_FLAGS:-x=-X --strip-debug) @@ -97,7 +96,6 @@ endif $(libpthread_OUT)/libpthread.oS: $(libpthread_SRC) $(libpthread_SPEC_SRC) $(Q)$(RM) $@ $(compile-m) - $(do_t_strip) ifeq ($(PTHREADS_DEBUG_SUPPORT),y) $(top_builddir)lib/libpthread.a: STRIP_FLAGS:=$(STRIP_FLAGS:-x=-X --strip-debug) @@ -106,7 +104,6 @@ $(top_builddir)lib/libpthread.a: $(libpthread-a-y) $(Q)$(INSTALL) -d $(dir $@) $(Q)$(RM) $@ $(do_ar) - $(do_t_strip) include/pthread.h: $(do_ln) ../$(PTDIR)/sysdeps/pthread/$(@F) $(top_builddir)$@ -- cgit v1.2.3