summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 92aa5962d..b7f4d8f70 100644
--- a/Makefile
+++ b/Makefile
@@ -122,7 +122,8 @@ ifeq ($(strip $(PTHREADS_NATIVE)),y)
$(LN) -fs ../libpthread/nptl/sysdeps/pthread/pthread.h .; \
$(LN) -fs ../libpthread/nptl/semaphore.h .);
(cd include/bits; \
- $(LN) -fs ../../libpthread/nptl/sysdeps/unix/sysv/linux/$(TARGET_ARCH)/bits/pthreadtypes.h .);
+ $(LN) -fs ../../libpthread/nptl/sysdeps/unix/sysv/linux/$(TARGET_ARCH)/bits/pthreadtypes.h .; \
+ $(LN) -fs ../../libpthread/nptl/sysdeps/unix/sysv/linux/$(TARGET_ARCH)/bits/semaphore.h .);
else
(cd include; \
$(LN) -fs ../libpthread/linuxthreads/sysdeps/pthread/pthread.h .; \