[m-dev.] trivial diff: fix for extras/clpr/samples in MLDS grades

Fergus Henderson fjh at cs.mu.OZ.AU
Tue Dec 26 13:17:08 AEDT 2000


Estimated hours taken: 0.25

extras/clpr/samples/Mmakefile:
	Pass `-I..' to the C compiler, so that it will find the header
	files from the extras/clpr directory.  This is needed when
	building in hl* grades.

Workspace: /home/pgrad/fjh/ws/hg
Index: extras/clpr/samples/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/clpr/samples/Mmakefile,v
retrieving revision 1.11
diff -u -d -r1.11 Mmakefile
--- extras/clpr/samples/Mmakefile	2000/04/20 06:35:26	1.11
+++ extras/clpr/samples/Mmakefile	2000/12/26 02:14:42
@@ -14,6 +14,7 @@
 RM_C = :
 
 # Link in the CLP(R) library and the cfloat_lib library
+MGNUCFLAGS += -I..
 MCFLAGS += -I..
 MLFLAGS += -R`pwd`/.. -R`pwd`/../clpr -L.. -L../clpr
 MLLIBS = -lcfloat_lib -lclpr

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