[scripts] Use BUILD_DIR instead of build_dir

This commit is contained in:
Romain Goyet
2019-03-05 22:03:05 +01:00
committed by LeaNumworks
parent ef3f5b877c
commit 0c83253d2e
9 changed files with 32 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
SFLAGS += -Ipython/src
SFLAGS += -Ipython/port
SFLAGS += -I$(build_dir)/python/port
SFLAGS += -I$(BUILD_DIR)/python/port
# How to maintain this Makefile
# - Copy PY_CORE_O_BASENAME from py.mk into py_objs
@@ -177,6 +177,6 @@ $(eval $(call rule_for, \
$$(PYTHON) python/src/py/makeqstrdata.py $$< > $$@ \
))
$(call object_for,$(python_src)): $(build_dir)/python/port/genhdr/qstrdefs.generated.h
$(call object_for,$(python_src)): $(BUILD_DIR)/python/port/genhdr/qstrdefs.generated.h
src += $(python_src)