Diff
Not logged in

Differences From:

File src/makemake.tcl part of check-in [a48474bc75] - Improvements to the shunning algorithm. Add the shun page and an opportunity to shun or unshun artifacts in the artifact viewer. by drh on 2008-05-29 01:58:15. [view]

To:

File src/makemake.tcl part of check-in [e243a8dfa4] - Allow for generating a Makefile that will also work for BSD Make (tested under NetBSD 3.1). by cle on 2008-07-30 13:00:22. [view]

@@ -162,9 +162,9 @@
   set extra_h($s) {}
 }
 append mhargs " \$(SRCDIR)/sqlite3.h"
 append mhargs " \$(SRCDIR)/th.h"
-append mhargs " ./VERSION.h"
+append mhargs " VERSION.h"
 puts "headers:\tmakeheaders mkindex \$(TRANS_SRC) ./VERSION.h"
 puts "\t./makeheaders $mhargs"
 puts "\t./mkindex \$(TRANS_SRC) >page_index.h"
 puts "\ttouch headers\n"