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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to