[m-dev.] trivial diff: fix minor bug in samples/diff/Mmakefile

Fergus Henderson fjh at cs.mu.OZ.AU
Thu Sep 21 18:58:46 AEDT 2000


Estimated hours taken: 0.25

samples/diff/Mmakefile:
	Fix a bug: it was passing `-O0' in MGNUCFLAGS, rather than CFLAGS.
	This broke things if you tried to pass an mgnuc option such as
	`--inline-alloc' in EXTRA_MGNUCFLAGS on the command-line.

Workspace: /home/pgrad/fjh/ws/hg
Index: samples/diff/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/samples/diff/Mmakefile,v
retrieving revision 1.5
diff -u -d -r1.5 Mmakefile
--- samples/diff/Mmakefile	1998/09/15 04:54:11	1.5
+++ samples/diff/Mmakefile	2000/05/24 04:55:54
@@ -18,5 +18,5 @@
 #
 # BTW, the predicate which isn't compiled correctly is diff_out__show_file_2
 # in diff_out.m.
-MGNUCFLAGS=-O0
+CFLAGS=-O0
 

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