From e3e63d3abc60e474d5e4b42ad055ca04f5881174 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Tue, 4 Jan 2000 18:21:16 +0000 Subject: Commit the updated Makefile too. I'm baffled as to how 'fcvs com' has neglected the Makefile twice. Submitted by: dick --- devel/linuxthreads/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'devel/linuxthreads') diff --git a/devel/linuxthreads/Makefile b/devel/linuxthreads/Makefile index 07a73524c5b9..0a78d007cb30 100644 --- a/devel/linuxthreads/Makefile +++ b/devel/linuxthreads/Makefile @@ -15,9 +15,9 @@ ONLY_FOR_ARCHS= i386 MAINTAINER= jasone@freebsd.org -threads_files := README.FreeBSD _atomic_lock.S clone.S clone.h getgr_r.c \ - lclone.c libc_calls.c libc_private.h libc_spinlock.c libc_spinlock.h \ - libc_thread.c sched.c uthread_file.c +threads_files := README.FreeBSD clone.S clone.h freebsd-compat.h getgr_r.c \ + gethostby_r.c getnetby_r.c getprotoby_r.c getpw_r.c getservby_r.c \ + lclone.c libc_calls.c libc_thread.c sched.c uthread_file.c WRKSRC= ${WRKDIR}/${PKGNAME} @@ -26,7 +26,7 @@ LIBSRC_BASE= ${SRC_BASE}/lib post-extract: @mv ${WRKDIR}/linuxthreads ${WRKDIR}/${PKGNAME} -.for src in no-tsd.c oldsemaphore.c sysdeps/pthread/semaphore.h +.for src in no-tsd.c oldsemaphore.c weaks.c sysdeps/pthread/semaphore.h @mv ${WRKSRC}/$(src) ${WRKSRC}/$(src).unused .endfor @cd ${FILESDIR} ; \ -- cgit v1.2.3