trivial diff: extras/clpr/Mmakefile fix

Fergus Henderson fjh at cs.mu.OZ.AU
Tue Feb 10 22:26:21 AEDT 1998


extras/clpr/Mmakefile:
	Fix a problem triggered by my previous change:
	make the definition of MCFLAGS here override the one
	in ../../Mmake.common, rather than adding to it.
	This avoids compiling these files with `--halt-at-warn',
	which avoids an error due to the spurious warning about
	nothing being exported in cfloat_lib.m (cfloat_lib.m is a
	package, not a module, so it doesn't export anything directly).

cvs diff  extras/clpr/Mmakefile
Index: extras/clpr/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/clpr/Mmakefile,v
retrieving revision 1.13
diff -u -r1.13 Mmakefile
--- Mmakefile	1998/02/08 04:02:56	1.13
+++ Mmakefile	1998/02/10 11:20:19
@@ -14,7 +14,7 @@
 MC = mmc
 
 # In case the user of the library wants intermodule optimization...
-MCFLAGS += --intermodule-optimization
+MCFLAGS = --intermodule-optimization
 
 # We need to use a grade with trailing
 GRADEFLAGS = --use-trail

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



More information about the developers mailing list