mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
fix #74 -- add a dependency from dbdimp.o to the *.inc files included into dbdimp.c
This commit is contained in:
parent
6669dbc332
commit
a512146d47
1 changed files with 3 additions and 0 deletions
|
@ -394,6 +394,9 @@ WriteMakefile(
|
||||||
? '$(O_FILES)'
|
? '$(O_FILES)'
|
||||||
: 'SQLite.o dbdimp.o'
|
: 'SQLite.o dbdimp.o'
|
||||||
),
|
),
|
||||||
|
depend => {
|
||||||
|
'dbdimp.o' => 'dbdimp_tokenizer.inc dbdimp_virtual_table.inc',
|
||||||
|
},
|
||||||
clean => {
|
clean => {
|
||||||
FILES => 'SQLite.xsi config.h tv.log *.old',
|
FILES => 'SQLite.xsi config.h tv.log *.old',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue