svn commit: r187785 - user/sam/wifi/tools/tools/ath

Sam Leffler sam at FreeBSD.org
Tue Jan 27 12:17:48 PST 2009


Author: sam
Date: Tue Jan 27 20:17:47 2009
New Revision: 187785
URL: http://svn.freebsd.org/changeset/base/187785

Log:
  merge from head

Modified:
  user/sam/wifi/tools/tools/ath/Makefile.inc

Modified: user/sam/wifi/tools/tools/ath/Makefile.inc
==============================================================================
--- user/sam/wifi/tools/tools/ath/Makefile.inc	Tue Jan 27 20:17:12 2009	(r187784)
+++ user/sam/wifi/tools/tools/ath/Makefile.inc	Tue Jan 27 20:17:47 2009	(r187785)
@@ -6,6 +6,7 @@ NO_MAN=
 ATH_DEFAULT=	ath0
 
 CFLAGS+=-DATH_DEFAULT='"${ATH_DEFAULT}"'
-CFLAGS+=-I../common
-CFLAGS+=-I../../../../sys/dev/ath
-CFLAGS+=-I../../../../sys/dev/ath/ath_hal
+CFLAGS+=-I${.CURDIR}
+CFLAGS+=-I${.CURDIR}/../common
+CFLAGS+=-I${.CURDIR}/../../../../sys/dev/ath
+CFLAGS+=-I${.CURDIR}/../../../../sys/dev/ath/ath_hal


More information about the svn-src-user mailing list