trivial diff: add missing dependencies in extras/clpr/Mmakefile
Fergus Henderson
fjh at cs.mu.OZ.AU
Sun Mar 14 17:24:23 AEDT 1999
extras/clpr/Mmakefile:
Add extra dependencies for .trans_opt files in the same way
as is currently done for .opt and .int files.
Index: extras/clpr/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/clpr/Mmakefile,v
retrieving revision 1.15
diff -u -r1.15 Mmakefile
--- Mmakefile 1998/02/11 09:10:04 1.15
+++ Mmakefile 1998/05/31 23:06:12
@@ -77,6 +77,8 @@
@:
$(MERCURY_INT_DIR)/%.opt : %.optdate
@:
+$(MERCURY_INT_DIR)/%.trans_opt : %.trans_opt_date
+ @:
# We need to ensure that libclpr is built before we can build
# shared library for libcfloat_lib.
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh> | of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3 | -- the last words of T. S. Garp.
More information about the developers
mailing list