Jelajahi Sumber

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

"Steven J. Hill" 19 tahun lalu
induk
melakukan
8028f35dbe
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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 .; \