summaryrefslogtreecommitdiff
path: root/libc/misc/pthread/Makefile.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-12-09 08:50:41 +0000
committerEric Andersen <andersen@codepoet.org>2006-12-09 08:50:41 +0000
commit5b896451eea5183f6404d68656038299108ffc60 (patch)
treea6db9669856293b28bc1bc4f004dc597e826999b /libc/misc/pthread/Makefile.in
parentc63a44c724204e8a6a156a81de20314c14791f5f (diff)
these weaks are also needed in libc.so for the time being
Diffstat (limited to 'libc/misc/pthread/Makefile.in')
-rw-r--r--libc/misc/pthread/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/pthread/Makefile.in b/libc/misc/pthread/Makefile.in
index d0cf995a1..0d7a9e49d 100644
--- a/libc/misc/pthread/Makefile.in
+++ b/libc/misc/pthread/Makefile.in
@@ -9,7 +9,7 @@ MISC_PTHREAD_DIR := $(top_srcdir)libc/misc/pthread
MISC_PTHREAD_OUT := $(top_builddir)libc/misc/pthread
libc-$(UCLIBC_HAS_THREADS) += $(MISC_PTHREAD_OUT)/unlock.o
-libc-static-$(UCLIBC_HAS_THREADS) += $(MISC_PTHREAD_OUT)/weaks.o
+libc-$(UCLIBC_HAS_THREADS) += $(MISC_PTHREAD_OUT)/weaks.o
objclean-y += misc_pthread_objclean