]> git.saurik.com Git - apple/libc.git/blobdiff - pthreads/Makefile.inc
Libc-262.3.2.tar.gz
[apple/libc.git] / pthreads / Makefile.inc
index 39af25d7fc3d99c4c827064b6c6347ee2bc586f8..acd3d056f5bff2594938ba3e654766a014c3cb08 100644 (file)
@@ -3,11 +3,6 @@
 SRCS +=                   pthread_cond.c pthread_tsd.c pthread.c \
         pthread_mutex.c    thread_setup.c lock.s   stack.s pthread_rwlock.c
 
-# machine-dependent pthreads sources
-.if exists(${.CURDIR}/${MACHINE_ARCH}/pthreads/Makefile.inc)
-.include "${.CURDIR}/${MACHINE_ARCH}/pthreads/Makefile.inc"
-.endif
-
 PTHREADS_INSTHDRS += pthread.h pthread_impl.h sched.h
 PTHREADS_INSTHDRS := ${PTHREADS_INSTHDRS:S/^/${.CURDIR}\/pthreads\//}
 INSTHDRS += ${PTHREADS_INSTHDRS}