Source-Changes-HG archive

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

[src/trunk]: src/tools/llvm Explicitly include bsd.own.mk to allow building w...



details:   https://anonhg.NetBSD.org/src/rev/be904a1c745d
branches:  trunk
changeset: 785018:be904a1c745d
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Feb 18 20:30:16 2013 +0000

description:
Explicitly include bsd.own.mk to allow building without tool make.

diffstat:

 tools/llvm/Makefile.inc |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (10 lines):

diff -r 2fd7925ec712 -r be904a1c745d tools/llvm/Makefile.inc
--- a/tools/llvm/Makefile.inc   Mon Feb 18 19:42:54 2013 +0000
+++ b/tools/llvm/Makefile.inc   Mon Feb 18 20:30:16 2013 +0000
@@ -1,3 +1,5 @@
-#      $NetBSD: Makefile.inc,v 1.1 2011/02/06 01:14:11 joerg Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2013/02/18 20:30:16 joerg Exp $
+
+.include <bsd.own.mk>
 
 LLVM_TOPLEVEL= ${NETBSDSRCDIR}/external/bsd/llvm



Home | Main Index | Thread Index | Old Index