Skip to content

Commit

Permalink
Makefile: Fix c399739
Browse files Browse the repository at this point in the history
WWW was erronously added to Makefile rather than databases/sqlite3/Makefile.
  • Loading branch information
sunpoet committed Oct 3, 2022
1 parent c440510 commit ee26248
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ INDEX_COMPRESSION_FORMAT?= xz
${INDEX_COMPRESSION_FORMAT} != bz2 && ${INDEX_COMPRESSION_FORMAT} != zst
.error "Invalid compression format: ${INDEX_COMPRESSION_FORMAT}, expecting xz, bz2 or zst"
.endif
WWW= https://www.sqlite.org/

fetchindex: ${INDEXDIR}/${INDEXFILE}.${INDEX_COMPRESSION_FORMAT}
@if bsdcat < ${INDEXDIR}/${INDEXFILE}.${INDEX_COMPRESSION_FORMAT} > ${INDEXDIR}/${INDEXFILE}.tmp ; then \
Expand Down

0 comments on commit ee26248

Please sign in to comment.