Fix make decompile for outdated context

This commit is contained in:
Luciano Ciccariello 2022-10-25 21:27:36 +01:00
parent ccabed8676
commit 047ea60bda

View File

@ -207,11 +207,9 @@ extract_st%: require-tools
$(SPLAT) $(CONFIG_DIR)/splat.st$*.yaml
$(CONFIG_DIR)/generated.symbols.%.txt:
decompile: ctx.c $(M2C_APP)
$(M2C_APP) $(M2C_ARGS) --target mipsel-gcc-c --context ctx.c $(FUNC) $(ASSEMBLY)
ctx.c: $(M2CTX_APP)
decompile: $(M2C_APP)
$(M2CTX) $(SOURCE)
$(M2C_APP) $(M2C_ARGS) --target mipsel-gcc-c --context ctx.c $(FUNC) $(ASSEMBLY)
require-tools: $(SPLAT_APP) $(ASMDIFFER_APP)
update-dependencies: require-tools $(M2CTX_APP) $(M2C_APP)