Proper dependencies in Makefile.
This commit is contained in:
parent
187d116b72
commit
698b934209
2
Makefile
2
Makefile
@ -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/
|
||||
|
||||
|
Reference in New Issue
Block a user