OSDN Git Service

Curious failure now, haven't touched this one.
authorPeter S. Mazinger <ps.m@gmx.net>
Wed, 12 Oct 2005 17:08:07 +0000 (17:08 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Wed, 12 Oct 2005 17:08:07 +0000 (17:08 -0000)
libpthread/linuxthreads_db/Makefile

index 4d2bf7c..5f9a397 100644 (file)
@@ -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)