svn commit: r234412 - head/lib/libkse

Sergey Kandaurov pluknet at FreeBSD.org
Wed Apr 18 07:02:54 UTC 2012


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"


More information about the svn-src-head mailing list