mktab depends on some of the *.h files.
authorGeorge Koehler <xkernigh@netscape.net>
Sun, 29 Oct 2017 01:41:59 +0000 (21:41 -0400)
committerGeorge Koehler <xkernigh@netscape.net>
Sun, 29 Oct 2017 01:41:59 +0000 (21:41 -0400)
If I edit optim.h to #define DIAGOPT then mktab must get rebuilt.

util/opt/build.lua

index 9bcfdcb..2a7edf0 100644 (file)
@@ -17,6 +17,7 @@ cprogram {
                matching(filenamesof("+flex"), "%.c$"),
        },
        deps = {
+               "./*.h",
                "+flex",
                "+yacc",
                "modules/src/em_data+lib",