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

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Feb 18 10:43:36 AEDT 2004


On 09-Feb-2004, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> On 06-Feb-2004, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> > browser/Mmakefile:
> > 	Add a missing dependency, which caused problems when building
> > 	with intermodule optimization enabled.
> 
> browser/Mmakefile:
> 	Add some more missing dependencies, which caused problems when building
> 	with intermodule optimization enabled.

Estimated hours taken: 0.5
Branches: main

browser/Mmakefile:
	Add yet more missing dependencies, which caused problems when
	bootstrapping 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.38
diff -u -d -r1.38 Mmakefile
--- browser/Mmakefile	9 Feb 2004 12:05:17 -0000	1.38
+++ browser/Mmakefile	17 Feb 2004 23:40:36 -0000
@@ -133,6 +133,15 @@
 lib$(BROWSER_LIB_NAME).ils: lib$(MDBCOMP_LIB_NAME).ils
 lib$(BROWSER_LIB_NAME).javas: lib$(MDBCOMP_LIB_NAME).javas
 lib$(BROWSER_LIB_NAME).check: lib$(MDBCOMP_LIB_NAME).check
+$($(BROWSER_LIB_NAME).ints): $($(MDBCOMP_LIB_NAME).ints)
+$($(BROWSER_LIB_NAME).cs): $($(MDBCOMP_LIB_NAME).cs)
+$($(BROWSER_LIB_NAME).ss): $($(MDBCOMP_LIB_NAME).ss)
+$($(BROWSER_LIB_NAME).ils): $($(MDBCOMP_LIB_NAME).ils)
+$($(BROWSER_LIB_NAME).javas): $($(MDBCOMP_LIB_NAME).java_dates)
+$($(BROWSER_LIB_NAME).c_dates): $($(MDBCOMP_LIB_NAME).c_dates)
+$($(BROWSER_LIB_NAME).s_dates): $($(MDBCOMP_LIB_NAME).s_dates)
+$($(BROWSER_LIB_NAME).il_dates): $($(MDBCOMP_LIB_NAME).il_dates)
+$($(BROWSER_LIB_NAME).java_dates): $($(MDBCOMP_LIB_NAME).java_dates)
 
 # 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