diff --git a/configure.py b/configure.py index 2947767..84ef0da 100755 --- a/configure.py +++ b/configure.py @@ -152,7 +152,7 @@ def build(self) -> None: variables={"libs": f"-lpm-{ver}", "map": f"{BUILDDIR}/fp-{ver}.map"}, ) - n.build(f"{HOOKSDIR}/{ver}/{HOOKS}", rule="genhooks", inputs=ELF) + n.build(f"{HOOKSDIR}/{ver}/{HOOKS}", rule="genhooks", inputs=ELF, implicit="genhooks") n.build(BIN, rule="objcopy", inputs=ELF, implicit=f"{HOOKSDIR}/{ver}/{HOOKS}")