diff options
author | Peter Galbavy <peter@cvs.openbsd.org> | 1998-07-22 10:46:59 +0000 |
---|---|---|
committer | Peter Galbavy <peter@cvs.openbsd.org> | 1998-07-22 10:46:59 +0000 |
commit | 1dfa52bc2a08fd6abce250b86ed676ed75e7f9a7 (patch) | |
tree | 552e94cccaeaddcf88e37c344c473b6fe12596fa /lib/libpthread/Makefile | |
parent | 55fc30f96bf26fbc4ef03930e5ba827c3304c58a (diff) |
o removed more unused or old, left over files
o general changes so that now the library compiles and many of the
tests run correctly
o pthreads/Makefile.inc rebuilt using libc/sys/Makefile.inc as a template.
this should be kept in sync in case of new syscalls
soon TODO:
figure out why remaining tests fail and fix
look at building .so version of library
tidy up arch/i386 directory - no longer uses syscall-template.S
port other arch's from libc syscall templates
Diffstat (limited to 'lib/libpthread/Makefile')
-rw-r--r-- | lib/libpthread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index 6bd1d145d68..7946b27ac32 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -6,7 +6,7 @@ LIB=pthread NOPIC=no -CPPFLAGS+=-DPTHREAD_KERNEL -I. -I${.CURDIR}/include -I${.CURDIR}/arch/${MACHINE_ARCH} +CFLAGS+=-DPTHREAD_KERNEL -I. -I${.CURDIR}/include -I${.CURDIR}/arch/${MACHINE_ARCH} .include "${.CURDIR}/include/Makefile.inc" .include "${.CURDIR}/arch/${MACHINE}/Makefile.inc" |