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$"),
|
||||
},
|
||||
deps = {
|
||||
"./*.h",
|
||||
"+flex",
|
||||
"+yacc",
|
||||
"modules/src/em_data+lib",
|
||||
|
|
Loading…
Reference in a new issue