Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jan 2013 19:40:27 +0000 (UTC)
From:      David Chisnall <theraven@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r245822 - head
Message-ID:  <201301221940.r0MJeRLB087137@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: theraven
Date: Tue Jan 22 19:40:26 2013
New Revision: 245822
URL: http://svnweb.freebsd.org/changeset/base/245822

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

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Tue Jan 22 18:57:51 2013	(r245821)
+++ head/Makefile.inc1	Tue Jan 22 19:40:26 2013	(r245822)
@@ -1114,7 +1114,7 @@ _dtrace_tools= cddl/usr.bin/sgsmsg cddl/
 
 # 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301221940.r0MJeRLB087137>