Diff
Not logged in

Differences From:

File src/makemake.tcl part of check-in [b4571bb75e] - Fix a makefile dependency to force a rebuild whenever the manifest.uuid changes. by drh on 2007-08-25 19:45:38. [view]

To:

File src/makemake.tcl part of check-in [b616c3d8c3] - Patch up makemake.tcl to incorporate aku's edits, then regenerate the main.mk file. by drh on 2007-08-29 03:22:20. [view]

@@ -13,8 +13,9 @@
   checkout
   clearsign
   clone
   comformat
+  construct
   content
   db
   delta
   deltacmd
@@ -55,9 +56,15 @@
 # Name of the final application
 #
 set name fossil
 
-puts {# This file is included by linux-gcc.mk or linux-mingw.mk or possible
+puts {# DO NOT EDIT
+#
+# This file is automatically generated.  Instead of editing this
+# file, edit "makemake.tcl" then run "tclsh makemake.tcl >main.mk"
+# to regenerate this file.
+#
+# This file is included by linux-gcc.mk or linux-mingw.mk or possible
 # some other makefiles.  This file contains the rules that are common
 # to building regardless of the target.
 #