Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libkern ${.PARSEDIR} not .${PARSEDIR} for Makefile.c...



details:   https://anonhg.NetBSD.org/src/rev/e22a1a5a946f
branches:  trunk
changeset: 330308:e22a1a5a946f
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Jul 04 16:44:26 2014 +0000

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

diffstat:

 sys/lib/libkern/Makefile.libkern |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r da8cdc5755aa -r e22a1a5a946f sys/lib/libkern/Makefile.libkern
--- a/sys/lib/libkern/Makefile.libkern  Fri Jul 04 08:51:15 2014 +0000
+++ b/sys/lib/libkern/Makefile.libkern  Fri Jul 04 16:44:26 2014 +0000
@@ -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 @@
 .endif
 
 .if !defined(RUMPKERNEL)
-.include ".${PARSEDIR}/Makefile.compiler-rt"
+.include "${.PARSEDIR}/Makefile.compiler-rt"
 .endif
 
 # Other stuff



Home | Main Index | Thread Index | Old Index