Date: Wed, 19 Apr 2006 00:05:57 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 95564 for review Message-ID: <200604190005.k3J05vxY087514@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95564 Change 95564 by jb@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604190005.k3J05vxY087514>