Kaynağa Gözat

Oops. Don't call strip twice

Eric Andersen 21 yıl önce
ebeveyn
işleme
b81b3bfb4a
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      libpthread/linuxthreads/Makefile

+ 0 - 1
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