Module Name:    src
Committed By:   joerg
Date:           Tue Feb 19 18:02:42 UTC 2013

Modified Files:
        src/tools/llvm: Makefile.inc

Log Message:
Replace NETBSDSRCDIR with .PARSEDIR based logic here. bsd.own.mk is
included too early in the tools build, but not including it fails for
standalaone builds.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tools/llvm/Makefile.inc

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

Modified files:

Index: src/tools/llvm/Makefile.inc
diff -u src/tools/llvm/Makefile.inc:1.2 src/tools/llvm/Makefile.inc:1.3
--- src/tools/llvm/Makefile.inc:1.2	Mon Feb 18 20:30:16 2013
+++ src/tools/llvm/Makefile.inc	Tue Feb 19 18:02:41 2013
@@ -1,5 +1,3 @@
-#	$NetBSD: Makefile.inc,v 1.2 2013/02/18 20:30:16 joerg Exp $
+#	$NetBSD: Makefile.inc,v 1.3 2013/02/19 18:02:41 joerg Exp $
 
-.include <bsd.own.mk>
-
-LLVM_TOPLEVEL=	${NETBSDSRCDIR}/external/bsd/llvm
+LLVM_TOPLEVEL:=	${.PARSEDIR}/../../external/bsd/llvm

Reply via email to