Move the -I of common/util to the proper place to fix the powerpc build.

MFC after:	2 weeks
This commit is contained in:
rpaulo 2014-06-28 18:53:02 +00:00
parent c676f789a4
commit 2d01bc86fc

View File

@ -22,8 +22,7 @@ SRCS= dtrace.c \
SRCS+= dis_tables.c \
instr_size.c
CFLAGS+= -I${SYSDIR}/cddl/contrib/opensolaris/uts/intel \
-I${SYSDIR}/cddl/dev/dtrace/x86 \
-I${SUNW}/common/util
-I${SYSDIR}/cddl/dev/dtrace/x86
.endif
SRCS+= bus_if.h device_if.h vnode_if.h
@ -45,6 +44,7 @@ CFLAGS+= -I${SYSDIR}/cddl/compat/opensolaris \
-I${SYSDIR}/cddl/dev/dtrace \
-I${SYSDIR}/cddl/dev/dtrace/${ARCHDIR} \
-I${SYSDIR}/cddl/contrib/opensolaris/uts/common \
-I${SUNW}/common/util \
-I${SYSDIR} -DDIS_MEM
CFLAGS+= -DSMP