[m-rev.] trivial diff: fix extras/references/Mmakefile

Fergus Henderson fjh at cs.mu.OZ.AU
Tue Aug 12 17:01:27 AEST 2003


Estimated hours taken: 0.25
Branches: main

extras/references/tests/Mmakefile:
	Fix a bug: pass C compiler options in CFLAGS rather than in MGNUCFLAGS.

Workspace: /home/ceres/fjh/mercury
Index: extras/references/tests/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/extras/references/tests/Mmakefile,v
retrieving revision 1.4
diff -u -d -r1.4 Mmakefile
--- extras/references/tests/Mmakefile	28 Jan 2000 03:37:13 -0000	1.4
+++ extras/references/tests/Mmakefile	12 Aug 2003 06:58:47 -0000
@@ -9,7 +9,7 @@
 # We need to use a grade with trailing
 GRADEFLAGS += --use-trail
 
-MGNUCFLAGS= -I..
+CFLAGS= -I..
 
 # Link in the reference library from ..
 MCFLAGS += -I.. $(EXTRA_MCFLAGS)
@@ -19,7 +19,7 @@
 C2INITARGS = ../global.init
 
 # We need the following to use shared libraries on Linux
-#MGNUCFLAGS += -DPIC_REG
+#CFLAGS += -DPIC_REG
 #MLFLAGS += --shared
 
 #MLFLAGS += --static

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