From 57c24230170713818ae404ff3763d21d71937dc9 Mon Sep 17 00:00:00 2001 From: Rui Paulo Date: Sat, 28 Jun 2014 18:53:02 +0000 Subject: [PATCH] Move the -I of common/util to the proper place to fix the powerpc build. MFC after: 2 weeks --- sys/modules/dtrace/dtrace/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/modules/dtrace/dtrace/Makefile b/sys/modules/dtrace/dtrace/Makefile index f814362602d..651cf17f3ab 100644 --- a/sys/modules/dtrace/dtrace/Makefile +++ b/sys/modules/dtrace/dtrace/Makefile @@ -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