Fix spurious leading / on dtc path in Makefile.inc1. Spotted by jhb.
This commit is contained in:
parent
bf8596f6e2
commit
c3b739c72e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user