[m-dev.] trivial diff: missing dependency for clpr
Fergus Henderson
fjh at cs.mu.OZ.AU
Tue Feb 13 06:16:30 AEDT 2001
Estimated hours taken: 0.25
extras/clpr/Mmakefile:
Add a missing dependency: we now need to build the clpr
directory before trying to link libcfloat_lib.so.
Workspace: /mnt/hg/home/hg/fjh/mercury
Index: extras/clpr/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/clpr/Mmakefile,v
retrieving revision 1.20
diff -u -d -r1.20 Mmakefile
--- extras/clpr/Mmakefile 2001/02/12 06:35:40 1.20
+++ extras/clpr/Mmakefile 2001/02/12 19:14:21
@@ -44,6 +44,7 @@
# when building libcfloat.so.
MLFLAGS += -Lclpr
MLLIBS = -lclpr
+libcfloat_lib.so : clpr
# In case the user doesn't define it, to avoid a warning
MMAKEFLAGS=
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
| of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list