[m-rev.] diff: fix mdbcomp dependency bug

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Feb 6 02:29:52 AEDT 2004


Estimated hours taken: 0.5
Branches: main

browser/Mmakefile:
	Add a missing dependency, which caused problems when building
	with intermodule optimization enabled.

Workspace: /home/jupiter/fjh/ws-jupiter/mercury
Index: browser/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/browser/Mmakefile,v
retrieving revision 1.36
diff -u -d -r1.36 Mmakefile
--- browser/Mmakefile	15 Dec 2003 15:14:18 -0000	1.36
+++ browser/Mmakefile	5 Feb 2004 15:27:49 -0000
@@ -125,6 +125,7 @@
 	exit $$status
 
 lib$(BROWSER_LIB_NAME).so: lib$(MDBCOMP_LIB_NAME).so
+lib$(BROWSER_LIB_NAME): lib$(MDBCOMP_LIB_NAME)
 
 # This directory contains source files for which the module
 # name doesn't match the file name, so smart recompilation

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list