[m-rev.] work around mer_browser/mdbcomp dependency problem
Fergus Henderson
fjh at cs.mu.OZ.AU
Thu Dec 11 11:02:31 AEDT 2003
On 10-Dec-2003, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> Sorry, that was not quite complete. The following is also needed.
... and this too.
Estimated hours taken: 0.1
Branches: main
browser/Mmakefile:
Ensure that we create libmer_mdbcomp.so before trying to build
libmer_browser.so.
Workspace: /home/ceres/fjh/mercury
Index: browser/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/browser/Mmakefile,v
retrieving revision 1.34
diff -u -d -r1.34 Mmakefile
--- browser/Mmakefile 10 Dec 2003 23:56:35 -0000 1.34
+++ browser/Mmakefile 11 Dec 2003 00:01:07 -0000
@@ -125,6 +125,8 @@
mv RENAMED_program_representation.m program_representation.m; \
exit $$status
+lib$(BROWSER_LIB_NAME).so: lib$(MDBCOMP_LIB_NAME).so
+
# This directory contains source files for which the module
# name doesn't match the file name, so smart recompilation
# won't work without the Mercury.modules file.
--
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