Differences From:
File
src/makemake.tcl
part of check-in
[c699c491df]
- fixed Makefile dependency orderings so parallel compilation (e.g. make -j2) can work (cuts my build times in half)
by
stephan on
2008-09-19 15:36:57.
[view]
To:
File
src/makemake.tcl
part of check-in
[d2ae873e9e]
- fixed deps problem created by my last checkin. Now builds properly in non-parallel mode
by
stephan on
2008-09-21 19:00:11.
[view]
@@ -163,11 +163,11 @@
}
append mhargs " \$(SRCDIR)/sqlite3.h"
append mhargs " \$(SRCDIR)/th.h"
append mhargs " VERSION.h"
-puts "page_index.h: mkindex"
+puts "page_index.h: \$(TRANS_SRC) mkindex"
puts "\t./mkindex \$(TRANS_SRC) >$@"
-puts "headers:\tpage_index.h makeheaders \$(TRANS_SRC) VERSION.h"
+puts "headers:\tpage_index.h makeheaders VERSION.h"
puts "\t./makeheaders $mhargs"
puts "\ttouch headers"
puts "headers: Makefile"
puts "Makefile:"