aboutsummaryrefslogtreecommitdiff
path: root/make.c
diff options
context:
space:
mode:
Diffstat (limited to 'make.c')
-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);