1
0

Proper dependencies in Makefile.

This commit is contained in:
Markus Birth 2017-11-24 15:47:49 +01:00
parent 187d116b72
commit 698b934209
Signed by: mbirth
GPG Key ID: A9928D7A098C3A9A

View File

@ -29,7 +29,7 @@ list:
define make-targets
$(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 $$@"
@bin/makemkp.py $$< ./build/