svn commit: r245822 - head

David Chisnall theraven at FreeBSD.org
Tue Jan 22 19:40:27 UTC 2013


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


More information about the svn-src-all mailing list