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/5470d372dc2f
branches: trunk
changeset: 797069:5470d372dc2f
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 de3233e848d8 -r 5470d372dc2f 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