1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 06:08:38 -04:00

fix #74 -- add a dependency from dbdimp.o to the *.inc files included into dbdimp.c

This commit is contained in:
dami 2021-05-13 19:35:52 +02:00
parent 6669dbc332
commit a512146d47

View file

@ -394,6 +394,9 @@ WriteMakefile(
? '$(O_FILES)'
: 'SQLite.o dbdimp.o'
),
depend => {
'dbdimp.o' => 'dbdimp_tokenizer.inc dbdimp_virtual_table.inc',
},
clean => {
FILES => 'SQLite.xsi config.h tv.log *.old',
},