Module Name:    src
Committed By:   jmcneill
Date:           Fri Jul  4 16:44:26 UTC 2014

Modified Files:
        src/sys/lib/libkern: Makefile.libkern

Log Message:
${.PARSEDIR} not .${PARSEDIR} for Makefile.compiler-rt include


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/lib/libkern/Makefile.libkern

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/lib/libkern/Makefile.libkern
diff -u src/sys/lib/libkern/Makefile.libkern:1.32 src/sys/lib/libkern/Makefile.libkern:1.33
--- src/sys/lib/libkern/Makefile.libkern:1.32	Wed Mar 12 00:22:53 2014
+++ src/sys/lib/libkern/Makefile.libkern	Fri Jul  4 16:44:26 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.libkern,v 1.32 2014/03/12 00:22:53 pooka Exp $
+#	$NetBSD: Makefile.libkern,v 1.33 2014/07/04 16:44:26 jmcneill Exp $
 
 # 
 # Variable definitions for libkern.  
@@ -44,7 +44,7 @@ CPPFLAGS+=	-I${KERNDIR}/../../../common/
 .endif
 
 .if !defined(RUMPKERNEL)
-.include ".${PARSEDIR}/Makefile.compiler-rt"
+.include "${.PARSEDIR}/Makefile.compiler-rt"
 .endif
 
 # Other stuff

Reply via email to