summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-05-15 04:52:54 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-05-15 04:52:54 +0000
commit8028f35dbe29c5ace3883005e08ac91d873553b2 (patch)
tree9b97bdd72853768949577a367566e6b338eb56ed /Makefile
parenteeb2e5d85a73746ee58325638544241ca8006e44 (diff)
Fix up some more NPTL stuff for header file symbolic links.
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 .; \