PERFORCE change 95564 for review

John Birrell jb at FreeBSD.org
Wed Apr 19 00:05:58 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=95564

Change 95564 by jb at jb_freebsd2 on 2006/04/19 00:05:19

	Change the include path order. This doesn't really matter. I just
	made the makefile a bit neater. I have days like this. 8-)

Affected files ...

.. //depot/projects/dtrace/src/sys/modules/dtrace/Makefile#3 edit

Differences ...

==== //depot/projects/dtrace/src/sys/modules/dtrace/Makefile#3 (text+ko) ====

@@ -6,6 +6,8 @@
 SRCS=	dtrace.c
 SRCS+=	bus_if.h device_if.h vnode_if.h
 
-CFLAGS+= -I${.CURDIR}/../.. -I${.CURDIR}/../../contrib -I${.CURDIR}/../../contrib/opensolaris/uts/common
+CFLAGS+=	-I${.CURDIR}/../../contrib/opensolaris/uts/common \
+		-I${.CURDIR}/../../contrib \
+		-I${.CURDIR}/../..
 
 .include <bsd.kmod.mk>


More information about the p4-projects mailing list