Module Name: src
Committed By: cegger
Date: Wed Dec 23 20:28:30 UTC 2009
Modified Files:
src/tools/libelf: Makefile
Log Message:
Add tooldir include path.
This fixes amd64 toolchain build on OSX.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tools/libelf/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/libelf/Makefile
diff -u src/tools/libelf/Makefile:1.1 src/tools/libelf/Makefile:1.2
--- src/tools/libelf/Makefile:1.1 Mon Dec 21 18:21:18 2009
+++ src/tools/libelf/Makefile Wed Dec 23 20:28:29 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2009/12/21 18:21:18 thorpej Exp $
+# $NetBSD: Makefile,v 1.2 2009/12/23 20:28:29 cegger Exp $
HOSTLIB= elf
@@ -45,6 +45,7 @@
CLEANFILES+= ${LIBELF_GENSRCS}
CPPFLAGS+= -I${.CURDIR}/../compat -I${LIBELF_DIR}
+CPPFLAGS+= -I${TOOLDIR}/include/nbinclude
CPPFLAGS+= -DLIBELF_TEST_HOOKS