From f3cfcb2bca02a38067973656ff74cf723e91cf6b Mon Sep 17 00:00:00 2001 From: Alvin Wong Date: Wed, 24 Mar 2021 23:57:46 +0800 Subject: [PATCH] Make translation obj files depend on the headers --- source/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Makefile b/source/Makefile index bf404b5a..fa144361 100644 --- a/source/Makefile +++ b/source/Makefile @@ -352,4 +352,4 @@ check-style: # pull in dependency info for *existing* .o files -include $(OUT_OBJS:.o=.d) -include $(OUT_OBJS_CPP:.o=.d) - +-include $(OUTPUT_DIR)/Core/Gen/Translation.*.d