X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/734aad71947a79037af64f74c683f5eb36fe6065..e3cf15b684ccf1496b6a682c8d46192674711eb2:/pthreads/Makefile.inc diff --git a/pthreads/Makefile.inc b/pthreads/Makefile.inc index 39af25d..acd3d05 100644 --- a/pthreads/Makefile.inc +++ b/pthreads/Makefile.inc @@ -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}