diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-12-09 08:50:41 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-12-09 08:50:41 +0000 |
commit | 5b896451eea5183f6404d68656038299108ffc60 (patch) | |
tree | a6db9669856293b28bc1bc4f004dc597e826999b /libc/misc | |
parent | c63a44c724204e8a6a156a81de20314c14791f5f (diff) |
these weaks are also needed in libc.so for the time being
Diffstat (limited to 'libc/misc')
-rw-r--r-- | libc/misc/pthread/Makefile.in | 2 |
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 |