summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-01-21 02:56:59 +0000
committeradrian <adrian@FreeBSD.org>2011-01-21 02:56:59 +0000
commit70a71f576d6901a44c3342a7b0c7c7e1b54706dc (patch)
tree4d21c72a5336f4ff70c4c97bec06ae988c988c3c /tools
parent93b64d585f998cdb9fc20c8e0aab7219bb518dda (diff)
downloadFreeBSD-src-70a71f576d6901a44c3342a7b0c7c7e1b54706dc.zip
FreeBSD-src-70a71f576d6901a44c3342a7b0c7c7e1b54706dc.tar.gz
Remove an un-needed trailing / after OBJDIR.
Nitpicked by: juli
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/ath/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/ath/Makefile.inc b/tools/tools/ath/Makefile.inc
index 2459cca..901844e 100644
--- a/tools/tools/ath/Makefile.inc
+++ b/tools/tools/ath/Makefile.inc
@@ -11,4 +11,4 @@ CFLAGS+=-I${.CURDIR}/../common
CFLAGS+=-I${.CURDIR}/../../../../sys
CFLAGS+=-I${.CURDIR}/../../../../sys/dev/ath
CFLAGS+=-I${.CURDIR}/../../../../sys/dev/ath/ath_hal
-CFLAGS+=-I${.OBJDIR}/
+CFLAGS+=-I${.OBJDIR}
OpenPOWER on IntegriCloud