From 8028f35dbe29c5ace3883005e08ac91d873553b2 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sun, 15 May 2005 04:52:54 +0000 Subject: Fix up some more NPTL stuff for header file symbolic links. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 .; \ -- cgit v1.2.3