summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortheraven <theraven@FreeBSD.org>2013-01-22 19:40:26 +0000
committertheraven <theraven@FreeBSD.org>2013-01-22 19:40:26 +0000
commit2f487068869e542b856aac642ad680f1ae7ad83a (patch)
treed5fd4e5818e48cadd46f6f8b4b0262ba24d753a1
parentf02eed2e132a6a23371f101571083d610aa7f5a5 (diff)
downloadFreeBSD-src-2f487068869e542b856aac642ad680f1ae7ad83a.zip
FreeBSD-src-2f487068869e542b856aac642ad680f1ae7ad83a.tar.gz
Fix spurious leading / on dtc path in Makefile.inc1. Spotted by jhb.
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index c1782f1..3a8466c 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1114,7 +1114,7 @@ _dtrace_tools= cddl/usr.bin/sgsmsg cddl/lib/libctf lib/libelf \
# Default to building the BSDL DTC, but build the GPL one if users explicitly
# request it.
-_dtc= /usr.bin/dtc
+_dtc= usr.bin/dtc
.if ${MK_GPL_DTC} != "no"
_dtc= gnu/usr.bin/dtc
.endif
OpenPOWER on IntegriCloud