[m-rev.] diff: fix building compiler in ssdebug grade

Peter Wang novalazy at gmail.com
Wed Oct 19 10:31:53 AEDT 2011


Branches: main

compiler/Mmakefile:
	Use --ssdb-init-file to specify the ssdb init file,
	like the line in Mmake.workspace that it overrides.

diff --git a/compiler/Mmakefile b/compiler/Mmakefile
index 7762175..d3fdaee 100644
--- a/compiler/Mmakefile
+++ b/compiler/Mmakefile
@@ -15,7 +15,7 @@ include $(MERCURY_DIR)/Mmake.common
 #
 C2INITFLAGS = \
 	--trace-init-file $(BROWSER_DIR)/$(BROWSER_LIB_NAME).init \
-	--trace-init-file $(SSDB_DIR)/$(SSDB_LIB_NAME).init
+	--ssdb-init-file $(SSDB_DIR)/$(SSDB_LIB_NAME).init
 
 -include Mmake.compiler.params
 

--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list