diff options
author | Thomas Voss <thomas.voss@humanwave.nl> | 2024-02-14 14:55:50 +0100 |
---|---|---|
committer | Thomas Voss <thomas.voss@humanwave.nl> | 2024-02-14 14:55:50 +0100 |
commit | 52129a6835499bd4a85252ae121dac357361fbda (patch) | |
tree | 67c39662a44c70e720a2ef0f93a259145f716602 | |
parent | be9dc6f3731200e9364af990ff5b19e24ee53003 (diff) |
Check if autogen-lookup.h is outdated
-rw-r--r-- | make.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |