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/thread | |
parent | 2a49ea42c70584ad26429c00ef42703629a420f7 (diff) |
Use the sources that exist in sibdirs of libpthread, not libc_r
Diffstat (limited to 'lib/libpthread/thread')
-rw-r--r-- | lib/libpthread/thread/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/thread/Makefile.inc b/lib/libpthread/thread/Makefile.inc index 7d9e4a17fa7..074139f176b 100644 --- a/lib/libpthread/thread/Makefile.inc +++ b/lib/libpthread/thread/Makefile.inc @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile.inc,v 1.4 2002/11/05 22:19:55 marc Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2003/01/20 18:12:11 marc Exp $ -.PATH: ${LIBC_RSRCDIR}/thread +.PATH: ${SRCDIR}/thread SRCS+= thread_storage.c thread_malloc_lock.c |