Differences From:
File
src/makemake.tcl
part of check-in
[1b0c251575]
- Update to the latest version of SQLite. Turn off FTS3 in the SQLite build
since it is not currently being used.
by
drh on
2009-08-10 11:12:01.
[view]
To:
File
src/makemake.tcl
part of check-in
[137bff8294]
- Remove obsolete "todo" files. Remove the obsolete src/VERSION file and
references to that file in the makefiles.
by
drh on
2009-08-15 17:45:28.
[view]
@@ -178,10 +178,10 @@
puts "Makefile:"
set extra_h(main) page_index.h
foreach s [lsort $src] {
- puts "${s}_.c:\t\$(SRCDIR)/$s.c \$(SRCDIR)/VERSION translate"
- puts "\t./translate \$(SRCDIR)/$s.c | sed -f \$(SRCDIR)/VERSION >${s}_.c\n"
+ puts "${s}_.c:\t\$(SRCDIR)/$s.c translate"
+ puts "\t./translate \$(SRCDIR)/$s.c >${s}_.c\n"
puts "$s.o:\t${s}_.c $s.h $extra_h($s) \$(SRCDIR)/config.h"
puts "\t\$(XTCC) -o $s.o -c ${s}_.c\n"
puts "$s.h:\theaders"
# puts "\t./makeheaders $mhargs\n\ttouch headers\n"