diff options
Diffstat (limited to 'lib/librthread/Makefile')
-rw-r--r-- | lib/librthread/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/librthread/Makefile b/lib/librthread/Makefile index 5d2d31d4d20..7cea80a12a4 100644 --- a/lib/librthread/Makefile +++ b/lib/librthread/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2009/11/27 19:42:24 guenther Exp $ +# $OpenBSD: Makefile,v 1.15 2010/02/03 20:49:00 miod Exp $ LIB=rthread WANTLINT= @@ -9,7 +9,7 @@ CFLAGS+=-Wall -g -Werror -Wshadow CFLAGS+=-Wstrict-prototypes -Wmissing-prototypes -Wsign-compare CFLAGS+=-I${LIBCSRCDIR}/include -.PATH: ${.CURDIR}/arch/${MACHINE_ARCH} +.PATH: ${.CURDIR}/arch/${MACHINE_CPU} SRCS= rthread.c rthread_attr.c rthread_sched.c rthread_sync.c rthread_tls.c \ rthread_sig.c rthread_np.c rthread_debug.c rthread_stack.c \ rthread_libc.c rthread_fork.c rthread_file.c |