From b81b3bfb4ae512b564c88967d00e18a76c488273 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 13 Mar 2003 19:54:36 +0000 Subject: Oops. Don't call strip twice --- libpthread/linuxthreads/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'libpthread') diff --git a/libpthread/linuxthreads/Makefile b/libpthread/linuxthreads/Makefile index cb0894224..38d0fc5c8 100644 --- a/libpthread/linuxthreads/Makefile +++ b/libpthread/linuxthreads/Makefile @@ -55,7 +55,6 @@ ar-target: $(OBJS) $(COBJS): %.o : %.c $(CC) $(CFLAGS) -c $< -o $@ - $(STRIPTOOL) -X --strip-debug -R .note -R .comment $*.o ifeq ($(strip $(PTHREADS_DEBUG_SUPPORT)),y) $(STRIPTOOL) -X --strip-debug -R .note -R .comment $*.o else -- cgit v1.2.3