diff options
author | briggs <briggs@cvs.openbsd.org> | 1997-04-13 21:34:22 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1997-04-13 21:34:22 +0000 |
commit | 808aea7ce2b51fcdec082304289be73fbe0fc412 (patch) | |
tree | 9f2c24f454fa96df8a9eaeafd98011170b0fc2e2 /lib/libpthread | |
parent | 4f2373a733380e881cb67eb81b13a40a946fb42a (diff) |
CPPFLAGS is already put on CC line--don't add CPPFLAGS to CFLAGS.
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index 24dd6090723..594cb54326f 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -3,7 +3,6 @@ LIB=pthread NOPIC= no CPPFLAGS+= -DPTHREAD_KERNEL -I. -I${.CURDIR}/include -I${.CURDIR}/arch/${MACHINE_ARCH} -CFLAGS+= ${CPPFLAGS} .include "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc" .include "${.CURDIR}/pthreads/Makefile.inc" |