gb_PYTHON_PRECOMMAND is only defined after gb_PYTHON

...now that fa140733ee "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
This commit is contained in:
Stephan Bergmann
2012-09-29 18:16:26 +02:00
parent c2ca6fabd1
commit 34061bf6d4

View File

@@ -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))