diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2003-01-20 18:12:12 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2003-01-20 18:12:12 +0000 |
commit | 89e43ba2dc0c9060d8abd8c4410a31589c4ad04b (patch) | |
tree | 8827d98535d430c9868a9ad9e487b406607802c8 /lib/libpthread/uthread | |
parent | 2a49ea42c70584ad26429c00ef42703629a420f7 (diff) |
Use the sources that exist in sibdirs of libpthread, not libc_r
Diffstat (limited to 'lib/libpthread/uthread')
-rw-r--r-- | lib/libpthread/uthread/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/uthread/Makefile.inc b/lib/libpthread/uthread/Makefile.inc index b9a005b26fe..4c1c840eee4 100644 --- a/lib/libpthread/uthread/Makefile.inc +++ b/lib/libpthread/uthread/Makefile.inc @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.inc,v 1.13 2002/01/18 22:07:27 fgsch Exp $ +# $OpenBSD: Makefile.inc,v 1.14 2003/01/20 18:12:11 marc Exp $ # $FreeBSD: Makefile.inc,v 1.19 1999/08/28 00:03:19 peter Exp $ # uthread sources -.PATH: ${LIBC_RSRCDIR}/uthread +.PATH: ${SRCDIR}/uthread -CFLAGS += -I${LIBC_RSRCDIR}/arch/${MACHINE_ARCH} +CFLAGS += -I${SRCDIR}/arch/${MACHINE_ARCH} SRCS+= \ uthread_accept.c \ |