summaryrefslogtreecommitdiffstats
path: root/lib/libkse/support
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-06-13 01:27:29 +0000
committerimp <imp@FreeBSD.org>2010-06-13 01:27:29 +0000
commit1e5e0a78ab9d6e3cdb64ed2ff3f2fc4899dd6dee (patch)
treef5c76f67bf6853333a3980294a5ef10e0e401528 /lib/libkse/support
parent1340d134ef60ce33037e39a0ce368cf1c940a2d7 (diff)
downloadFreeBSD-src-1e5e0a78ab9d6e3cdb64ed2ff3f2fc4899dd6dee.zip
FreeBSD-src-1e5e0a78ab9d6e3cdb64ed2ff3f2fc4899dd6dee.tar.gz
Merge from tbemd:
Convert from using MACHINE_ARCH to MACHINE_CPUARCH. Hoist path statement up into the top Makefile rather than repeating it on every arch Makefile.
Diffstat (limited to 'lib/libkse/support')
-rw-r--r--lib/libkse/support/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkse/support/Makefile.inc b/lib/libkse/support/Makefile.inc
index 956667f..6542f7a 100644
--- a/lib/libkse/support/Makefile.inc
+++ b/lib/libkse/support/Makefile.inc
@@ -1,9 +1,9 @@
# $FreeBSD$
.PATH: ${.CURDIR}/support ${.CURDIR}/../libc/gen ${.CURDIR}/../libc/string
-.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/sys
+.PATH: ${.CURDIR}/../libc/${MACHINE_CPUARCH}/sys
-CFLAGS+= -I${.CURDIR}/../libc/${MACHINE_ARCH}
+CFLAGS+= -I${.CURDIR}/../libc/${MACHINE_CPUARCH}
SYSCALLS= clock_gettime \
kse_create \
OpenPOWER on IntegriCloud