Fix spurious leading / on dtc path in Makefile.inc1. Spotted by jhb.

This commit is contained in:
David Chisnall 2013-01-22 19:40:26 +00:00
parent bf8596f6e2
commit c3b739c72e

View File

@ -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