[m-rev.] trivial diff: fix more ssdb build problems

Julien Fischer juliensf at csse.unimelb.edu.au
Fri Oct 5 14:55:13 AEST 2007


Estimated hours taken: 0.1
Branches: main

Mmakefile:
 	Fix the dependencies on the ssdb target.  It should depend
 	on dep_ssdb.

Julien.

Index: Mmakefile
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/Mmakefile,v
retrieving revision 1.125
diff -u -r1.125 Mmakefile
--- Mmakefile	3 Oct 2007 12:11:52 -0000	1.125
+++ Mmakefile	5 Oct 2007 04:53:41 -0000
@@ -246,7 +246,7 @@
  	+cd browser && $(SUBDIR_MMAKE)

  .PHONY: ssdb
-ssdb: scripts boehm_gc runtime library mdbcomp browser
+ssdb: dep_ssdb scripts boehm_gc runtime library mdbcomp browser
  	+cd ssdb && $(SUBDIR_MMAKE)

  .PHONY: analysis

--------------------------------------------------------------------------
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