Browse Source

Fix up some more NPTL stuff for header file symbolic links.

"Steven J. Hill" 19 years ago
parent
commit
8028f35dbe
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Makefile

+ 2 - 1
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 .; \