[m-rev.] diff: fix mdbcomp dependency bug
Fergus Henderson
fjh at cs.mu.OZ.AU
Mon Feb 9 23:05:07 AEDT 2004
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.
Estimated hours taken: 0.25
Branches: main
browser/Mmakefile:
Add some more missing dependencies, 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.37
diff -u -d -r1.37 Mmakefile
--- browser/Mmakefile 5 Feb 2004 15:30:14 -0000 1.37
+++ browser/Mmakefile 9 Feb 2004 12:03:19 -0000
@@ -126,6 +126,13 @@
lib$(BROWSER_LIB_NAME).so: lib$(MDBCOMP_LIB_NAME).so
lib$(BROWSER_LIB_NAME): lib$(MDBCOMP_LIB_NAME)
+lib$(BROWSER_LIB_NAME).int3s: lib$(MDBCOMP_LIB_NAME).int3s
+lib$(BROWSER_LIB_NAME).ints: lib$(MDBCOMP_LIB_NAME).ints
+lib$(BROWSER_LIB_NAME).cs: lib$(MDBCOMP_LIB_NAME).cs
+lib$(BROWSER_LIB_NAME).ss: lib$(MDBCOMP_LIB_NAME).ss
+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
# 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