summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-09-29 18:16:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-29 18:18:28 +0200
commit34061bf6d4fe8b80f46a97b8fbeddc18247e8bf7 (patch)
treee54518603b6903d14c1fcb5c54c559db0e8efd02 /solenv
parentc2ca6fabd1afc3fc07001721c2069d3c8db7000a (diff)
gb_PYTHON_PRECOMMAND is only defined after gb_PYTHON
...now that fa140733eeaf59030caa3115be4de11fb210b5b7 "fix dep on internal ucpp" moved things around, so use "=" instead of ":=" here. (And I'm not sure the other places need ":=" either.) Change-Id: Id71570c4a55ab08ca339801dec78ef06cfd80ef0
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/gbuild.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index 4afc09530edf..a8f76bffd204 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -220,7 +220,7 @@ else ifeq ($(DISABLE_PYTHON),TRUE)
gb_PYTHON := python
else
gb_PYTHONTARGET := $(call gb_Executable_get_target_for_build,python)
-gb_PYTHON := $(gb_PYTHON_PRECOMMAND) $(gb_PYTHONTARGET)
+gb_PYTHON = $(gb_PYTHON_PRECOMMAND) $(gb_PYTHONTARGET)
endif
ifneq (,$(SYSTEM_UCPP))