Author: adrian Date: Fri Jan 6 00:34:27 2012 New Revision: 229673 URL: http://svn.freebsd.org/changeset/base/229673
Log: Fix the broken non-cross compile build. Oops! Another pointy hat to: adrian, for stirring up more trouble. Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 ============================================================================== --- head/Makefile.inc1 Fri Jan 6 00:23:17 2012 (r229672) +++ head/Makefile.inc1 Fri Jan 6 00:34:27 2012 (r229673) @@ -106,7 +106,7 @@ CLEANDIR= clean cleandepend CLEANDIR= cleandir .endif -LOCAL_TOOL_DIRS?= '' +LOCAL_TOOL_DIRS?= CVS?= cvs CVSFLAGS?= -A -P -d -I! _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
