[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

@@ -41,7 +41,7 @@ $(eval $(call rule_for, \
$$(HOSTCC) $$(RASTERIZER_CFLAGS) $$^ $$(RASTERIZER_LDFLAGS) -o $$@ \
))
RASTERIZER := $(OUTPUT_DIRECTORY)/kandinsky/fonts/rasterizer
RASTERIZER := $(build_dir)/kandinsky/fonts/rasterizer
$(eval $(call rule_for, \
RASTER, \