From: George Koehler Date: Sun, 29 Oct 2017 01:41:59 +0000 (-0400) Subject: mktab depends on some of the *.h files. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=c567532eeec3d78507a7d5e68adbb63bf4894422;p=ack.git mktab depends on some of the *.h files. If I edit optim.h to #define DIAGOPT then mktab must get rebuilt. --- diff --git a/util/opt/build.lua b/util/opt/build.lua index 9bcfdcb21..2a7edf09e 100644 --- a/util/opt/build.lua +++ b/util/opt/build.lua @@ -17,6 +17,7 @@ cprogram { matching(filenamesof("+flex"), "%.c$"), }, deps = { + "./*.h", "+flex", "+yacc", "modules/src/em_data+lib",