diff options
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 |
commit | 8028f35dbe29c5ace3883005e08ac91d873553b2 (patch) | |
tree | 9b97bdd72853768949577a367566e6b338eb56ed | |
parent | eeb2e5d85a73746ee58325638544241ca8006e44 (diff) |
Fix up some more NPTL stuff for header file symbolic links.
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 .; \ |