[scripts] Make sure apps have all their prerequisites

This commit is contained in:
Romain Goyet
2019-03-06 14:03:46 +01:00
committed by LeaNumworks
parent c286f4fd62
commit d7975cfa7f

View File

@@ -89,7 +89,10 @@ epsilon_src += $(addprefix apps/, \
i18n.py \
)
$(call object_for,$(app_src) $(epsilon_src)): $(BUILD_DIR)/apps/i18n.h
all_app_src = $(app_src) $(epsilon_src)
$(call object_for,$(all_app_src)): $(BUILD_DIR)/apps/i18n.h
$(call object_for,$(all_app_src)): $(BUILD_DIR)/python/port/genhdr/qstrdefs.generated.h
$(BUILD_DIR)/epsilon.$(EXE): $(call object_for,$(epsilon_src))