Module Name: src
Committed By: christos
Date: Sun Aug 5 06:20:14 UTC 2012
Modified Files:
src/tools: Makefile.nbincludes
Log Message:
add -I${TOOLDIR}/include/nbinclude to fix the build (find arm/elf_machdep.h).
Is nbinclude intended here? Why not put the machine files in ${TOOLDIR}/include?
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tools/Makefile.nbincludes
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/Makefile.nbincludes
diff -u src/tools/Makefile.nbincludes:1.2 src/tools/Makefile.nbincludes:1.3
--- src/tools/Makefile.nbincludes:1.2 Fri Mar 18 11:13:54 2011
+++ src/tools/Makefile.nbincludes Sun Aug 5 02:20:14 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.nbincludes,v 1.2 2011/03/18 15:13:54 tsutsui Exp $
+# $NetBSD: Makefile.nbincludes,v 1.3 2012/08/05 06:20:14 christos Exp $
# NOxxx definitions are copied from Makefile.host, and are
# required before .include <bsd.own.mk>. The include of bsd.own.mk
@@ -32,7 +32,7 @@ _SYSINCS= bootblock.h \
dkbad.h \
exec_elf.h
-HOST_CPPFLAGS+= -I${TOOLDIR}/include
+HOST_CPPFLAGS+= -I${TOOLDIR}/include -I${TOOLDIR}/include/nbinclude
beforedepend:
${HOST_INSTALL_DIR} ${TOOLDIR}/include/nbinclude