[m-rev.] trivial diff: fix extras/clpr/clpr/Mmakefile
Fergus Henderson
fjh at cs.mu.OZ.AU
Mon May 21 16:10:23 AEST 2001
Estimated hours taken: 0.1
extras/clpr/clpr/Mmakefile:
Fix a bug that broke the nightly tests with EXTRA_MGNUCFLAGS=--c-debug:
pass -Wno-strict-prototypes etc. in CFLAGS rather than MGNUCFLAGS.
Workspace: /home/mars/fjh/ws1/mercury
Index: extras/clpr/clpr/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/clpr/clpr/Mmakefile,v
retrieving revision 1.12
diff -u -d -r1.12 Mmakefile
--- extras/clpr/clpr/Mmakefile 2000/04/20 06:35:22 1.12
+++ extras/clpr/clpr/Mmakefile 2001/05/21 06:08:51
@@ -8,7 +8,8 @@
LIBPATH = \"$(INSTALL_LIBDIR)\"
-MGNUCFLAGS=--no-ansi --no-check -- -g \
+MGNUCFLAGS = --no-ansi --no-check
+CFLAGS = -g \
-Wall -W -Wno-uninitialized -Wno-unused -Wno-parentheses \
-DLIBPATH=$(LIBPATH)
--
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-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