summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2008-10-27 22:11:38 +0000
committerfergus.henderson <fergus.henderson@01de4be4-8c4a-0410-9132-4925637da917>2008-10-27 22:11:38 +0000
commitb8bd610c96069e00c615b95146a05fffb98865b0 (patch)
treed45f5421251048c7b99e2f604ad06cda1132184c
parent082438c1b779771cf2d5aaed43b54ac5745a50fd (diff)
downloaddistcc-b8bd610c96069e00c615b95146a05fffb98865b0.tar.gz
Apply matsuu's patch to fix issue 26 "missing CFLAGS for include-server"
<http://code.google.com/p/distcc/issues/detail?id=26>. git-svn-id: http://distcc.googlecode.com/svn/trunk@622 01de4be4-8c4a-0410-9132-4925637da917
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 353d179..2813ec6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -561,6 +561,7 @@ include-server:
mkdir -p "$(include_server_builddir)" && \
DISTCC_VERSION="$(VERSION)" \
SRCDIR="$(srcdir)" \
+ CFLAGS="$(CFLAGS)" \
CPPFLAGS="$(CPPFLAGS)" \
$(INCLUDESERVER_PYTHON) "$(srcdir)/include_server/setup.py" \
build \
@@ -919,6 +920,7 @@ clean-include-server:
if test -n "$(INCLUDESERVER_PYTHON)"; then \
DISTCC_VERSION="$(VERSION)" \
SRCDIR="$(srcdir)" \
+ CFLAGS="$(CFLAGS)" \
CPPFLAGS="$(CPPFLAGS)" \
$(INCLUDESERVER_PYTHON) "$(srcdir)/include_server/setup.py" \
clean \