Browse Source

Curious failure now, haven't touched this one.

Peter S. Mazinger 18 years ago
parent
commit
c752a13fff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libpthread/linuxthreads_db/Makefile

+ 1 - 1
libpthread/linuxthreads_db/Makefile

@@ -30,7 +30,7 @@ SO_FULL_NAME = $(LIB_NAME)-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so
 CFLAGS += $(PTINC) -DLIBPTHREAD_SO="\"libpthread.so.$(MAJOR_VERSION)\""
 
 # Remove any -z defs since this lib will have undefined symbols
-LDFLAGS = $(subst -z defs,,$(LDFLAGS)) --warn-unresolved-symbols
+LDFLAGS := $(subst -z defs,,$(LDFLAGS)) --warn-unresolved-symbols
 
 CSRC := $(wildcard *.c)