mktab depends on some of the *.h files.

If I edit optim.h to #define DIAGOPT then mktab must get rebuilt.
This commit is contained in:
George Koehler 2017-10-28 21:41:59 -04:00
parent 038fb6fb55
commit c567532eee

View file

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