[make] Rename OUTPUT_DIRECTORY to build_dir

This commit is contained in:
Romain Goyet
2019-03-05 17:37:18 +01:00
committed by LeaNumworks
parent 2af792cf88
commit bd6339f9dc
7 changed files with 32 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
SFLAGS += -Ipython/src
SFLAGS += -Ipython/port
SFLAGS += -I$(OUTPUT_DIRECTORY)/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)): $(OUTPUT_DIRECTORY)/python/port/genhdr/qstrdefs.generated.h
$(call object_for,$(python_src)): $(build_dir)/python/port/genhdr/qstrdefs.generated.h
src += $(python_src)