Author: raj
Date: Fri Mar  5 19:51:02 2010
New Revision: 204765
URL: http://svn.freebsd.org/changeset/base/204765

Log:
  Remove stale path reference.

Modified:
  head/gnu/usr.bin/dtc/Makefile

Modified: head/gnu/usr.bin/dtc/Makefile
==============================================================================
--- head/gnu/usr.bin/dtc/Makefile       Fri Mar  5 19:45:45 2010        
(r204764)
+++ head/gnu/usr.bin/dtc/Makefile       Fri Mar  5 19:51:02 2010        
(r204765)
@@ -4,7 +4,7 @@
 
 DTCDIR=        ${.CURDIR}/../../../contrib/dtc
 LIBFDTDIR= ${.CURDIR}/../../../sys/contrib/libfdt
-.PATH: ${DTCDIR} ${LIBFDTDIR} ${DTCDIR}/tests
+.PATH: ${DTCDIR} ${LIBFDTDIR}
 
 PROG=  dtc
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to