artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98fa2d1
)
CPPFLAGS is already put on CC line--don't add CPPFLAGS to CFLAGS.
author
briggs
<briggs@openbsd.org>
Sun, 13 Apr 1997 21:34:21 +0000
(21:34 +0000)
committer
briggs
<briggs@openbsd.org>
Sun, 13 Apr 1997 21:34:21 +0000
(21:34 +0000)
lib/libpthread/Makefile
patch
|
blob
|
history
diff --git
a/lib/libpthread/Makefile
b/lib/libpthread/Makefile
index
24dd609
..
594cb54
100644
(file)
--- 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"