Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jan 2009 20:17:47 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r187785 - user/sam/wifi/tools/tools/ath
Message-ID:  <200901272017.n0RKHl0x095642@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901272017.n0RKHl0x095642>