artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31b837d
)
s/MACHINE/MACHINE_ARCH/ -- Nothing here should be MACHINE-specific.
author
briggs
<briggs@openbsd.org>
Sun, 13 Apr 1997 17:06:24 +0000
(17:06 +0000)
committer
briggs
<briggs@openbsd.org>
Sun, 13 Apr 1997 17:06:24 +0000
(17:06 +0000)
lib/libpthread/Makefile
patch
|
blob
|
history
diff --git
a/lib/libpthread/Makefile
b/lib/libpthread/Makefile
index
8597851
..
24dd609
100644
(file)
--- a/
lib/libpthread/Makefile
+++ b/
lib/libpthread/Makefile
@@
-2,10
+2,10
@@
LIB=pthread
NOPIC= no
-CPPFLAGS+= -DPTHREAD_KERNEL -I. -I${.CURDIR}/include -I${.CURDIR}/arch/${MACHINE}
+CPPFLAGS+= -DPTHREAD_KERNEL -I. -I${.CURDIR}/include -I${.CURDIR}/arch/${MACHINE
_ARCH
}
CFLAGS+= ${CPPFLAGS}
-.include "${.CURDIR}/arch/${MACHINE}/Makefile.inc"
+.include "${.CURDIR}/arch/${MACHINE
_ARCH
}/Makefile.inc"
.include "${.CURDIR}/pthreads/Makefile.inc"
.include "${.CURDIR}/stdio/Makefile.inc"