From 2f487068869e542b856aac642ad680f1ae7ad83a Mon Sep 17 00:00:00 2001 From: theraven Date: Tue, 22 Jan 2013 19:40:26 +0000 Subject: Fix spurious leading / on dtc path in Makefile.inc1. Spotted by jhb. --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1