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:
parent
038fb6fb55
commit
c567532eee
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue