summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2006-12-30 05:44:20 +0000
committerPeter Johnson <peter@tortall.net>2006-12-30 05:44:20 +0000
commit83b44f17d10797b789704afe9d9ccaf01975163f (patch)
tree87610ab146f44cbbb36f9cac9e1ad88ea6866999 /tools
parent2dc636e37b78b3454a2ee18ec3550082f1d8a312 (diff)
downloadyasm-83b44f17d10797b789704afe9d9ccaf01975163f.tar.gz
python-yasm/Makefile.inc: Pull in CPPFLAGS for Python build, which on some
systems can have important include directories that aren't in INCLUDES. svn path=/trunk/yasm/; revision=1726
Diffstat (limited to 'tools')
-rw-r--r--tools/python-yasm/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python-yasm/Makefile.inc b/tools/python-yasm/Makefile.inc
index 43bca45a..b367f226 100644
--- a/tools/python-yasm/Makefile.inc
+++ b/tools/python-yasm/Makefile.inc
@@ -23,7 +23,7 @@ CLEANFILES += yasm_python.c
# Now the Python build magic...
python-setup.txt: Makefile
- echo "includes=${DEFAULT_INCLUDES} ${INCLUDES} ${DEFS}" > python-setup.txt
+ echo "includes=${DEFS} ${DEFAULT_INCLUDES} ${INCLUDES} ${AM_CPPFLAGS} ${CPPFLAGS}" > python-setup.txt
echo "sources=${libyasm_a_SOURCES}" >> python-setup.txt
echo "srcdir=${srcdir}" >> python-setup.txt
echo "gcc=${GCC}" >> python-setup.txt