diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-12 17:08:07 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-12 17:08:07 +0000 |
commit | c752a13fff78cc0e30d79c0462d8628a5f3ff4a8 (patch) | |
tree | 530bd7c237dffcff8084572b4cfb1639ca00c346 /libpthread | |
parent | 3a7ac9c7a7b4d6181d3cd70a9cb85d93a1938238 (diff) |
Curious failure now, haven't touched this one.
Diffstat (limited to 'libpthread')
-rw-r--r-- | libpthread/linuxthreads_db/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads_db/Makefile b/libpthread/linuxthreads_db/Makefile index 4d2bf7c5f..5f9a39705 100644 --- a/libpthread/linuxthreads_db/Makefile +++ b/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) |