1
0

Proper dependencies in Makefile.

This commit is contained in:
2017-11-24 15:47:49 +01:00
parent 187d116b72
commit 698b934209
+1 -1
View File
@@ -29,7 +29,7 @@ list:
define make-targets define make-targets
$(eval OUTPUT_FILE := $(shell bin/findtargets.py build/ $(SRC_DIR)$(1))) $(eval OUTPUT_FILE := $(shell bin/findtargets.py build/ $(SRC_DIR)$(1)))
$(OUTPUT_FILE): $(SRC_DIR)$(1) $(OUTPUT_FILE): $(SRC_DIR)$(1) $(shell find $(SRC_DIR)$(1) -type f -print0 | xargs -0)
@echo "Building $$@" @echo "Building $$@"
@bin/makemkp.py $$< ./build/ @bin/makemkp.py $$< ./build/