Author: pluknet Date: Wed Apr 18 07:02:53 2012 New Revision: 234412 URL: http://svn.freebsd.org/changeset/base/234412
Log: Fix typo in ".PATH" Modified: head/lib/libkse/Makefile Modified: head/lib/libkse/Makefile ============================================================================== --- head/lib/libkse/Makefile Wed Apr 18 05:16:20 2012 (r234411) +++ head/lib/libkse/Makefile Wed Apr 18 07:02:53 2012 (r234412) @@ -38,7 +38,7 @@ SYMBOL_MAPS=${.CURDIR}/kse.map PRECIOUSLIB= -.path: ${.CURDIR}/arch/${MACHINE_CPUARCH}/${MACHINE_CPUARCH} +.PATH: ${.CURDIR}/arch/${MACHINE_CPUARCH}/${MACHINE_CPUARCH} .include "${.CURDIR}/arch/${MACHINE_CPUARCH}/Makefile.inc" .include "${.CURDIR}/support/Makefile.inc" _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"