[m-rev.] trivial diff: fix missing dependency in runtime/Mmakefile
Fergus Henderson
fjh at cs.mu.OZ.AU
Mon Mar 3 17:11:35 AEDT 2003
Estimated hours taken: 0.1
Branches: main
runtime/Mmakefile:
Fix a missing dependency for the `il' grade.
Workspace: /home/fjh/ws/hermes
Index: runtime/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/Mmakefile,v
retrieving revision 1.98
diff -u -d -r1.98 Mmakefile
--- runtime/Mmakefile 24 Jan 2003 07:17:11 -0000 1.98
+++ runtime/Mmakefile 3 Mar 2003 06:11:13 -0000
@@ -281,7 +281,7 @@
runtime: $(DOTNET_DLLS)
-mercury_mcpp.dll: mercury_il.dll
+mercury_mcpp.dll: mercury_il.dll $(MCPP_HDRS)
else
--
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