Преглед на файлове

Oops. Don't call strip twice

Eric Andersen преди 23 години
родител
ревизия
b81b3bfb4a
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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