aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <thomas.voss@humanwave.nl> 2024-02-14 14:55:50 +0100
committerThomas Voss <thomas.voss@humanwave.nl> 2024-02-14 14:55:50 +0100
commit52129a6835499bd4a85252ae121dac357361fbda (patch)
tree67c39662a44c70e720a2ef0f93a259145f716602
parentbe9dc6f3731200e9364af990ff5b19e24ee53003 (diff)
Check if autogen-lookup.h is outdated
-rw-r--r--make.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.c b/make.c
index f25fe37..6a03765 100644
--- a/make.c
+++ b/make.c
@@ -237,7 +237,7 @@ build_c8asm(void)
build_librune();
if (FLAGSET('f')
- || foutdated("src/c8asm/lookup.h", "src/c8asm/instr.gperf"))
+ || foutdated("src/c8asm/autogen-lookup.h", "src/c8asm/instr.gperf"))
{
c.dst = "src/c8asm/autogen-lookup.h";
cmdadd(&c, "gperf", "src/c8asm/instr.gperf", "--output-file", c.dst);