[m-rev.] trivial diff: --use-subdirs fix in clpr/samples/Mmakefile

Fergus Henderson fjh at cs.mu.OZ.AU
Tue Jun 26 01:05:53 AEST 2001


Estimated hours taken: 0.25
Branches: main

extras/clpr/samples/Mmakefile:
	Fix to work with --use-subdirs: insert $(cs_subdir) in
	reference to "../cfloat.c" in C2INITARGS.

Workspace: /mnt/mars/home/mars/fjh/ws1/mercury
Index: extras/clpr/samples/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/clpr/samples/Mmakefile,v
retrieving revision 1.13
diff -u -d -r1.13 Mmakefile
--- extras/clpr/samples/Mmakefile	2001/06/03 16:09:27	1.13
+++ extras/clpr/samples/Mmakefile	2001/06/25 15:02:30
@@ -19,7 +19,7 @@
 MLFLAGS += -R`pwd`/.. -R`pwd`/../clpr -L.. -L../clpr
 MLLIBS = -lcfloat_lib -lclpr
 VPATH = ..:$(MMAKE_VPATH)
-C2INITARGS = ../cfloat_lib.init ../cfloat.c
+C2INITARGS = ../cfloat_lib.init ../$(cs_subdir)cfloat.c
 
 # The following is needed so that we can use shared libraries on Linux
 CFLAGS += -DPIC_REG

-- 
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