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

Fergus Henderson fjh at cs.mu.OZ.AU
Thu Aug 14 13:08:34 AEST 2003


Estimated hours taken: 0.1
Branches: main

extras/graphics/samples/maze/Mmakefile:
	Delete extraneous space after backslash,
	so that the backslash is treated as a line continuation marker.

Workspace: /home/ceres/fjh/mercury
Index: extras/graphics/samples/maze/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/extras/graphics/samples/maze/Mmakefile,v
retrieving revision 1.4
diff -u -d -r1.4 Mmakefile
--- extras/graphics/samples/maze/Mmakefile	13 Aug 2003 05:49:47 -0000	1.4
+++ extras/graphics/samples/maze/Mmakefile	14 Aug 2003 03:02:43 -0000
@@ -4,7 +4,7 @@
 
 TCLTK_VERSION = 8.0
 
-EXTRA_MLLIBS = -ltk$(TCLTK_VERSION) -ltcl$(TCLTK_VERSION) -lGLU -lGL \ 
+EXTRA_MLLIBS = -ltk$(TCLTK_VERSION) -ltcl$(TCLTK_VERSION) -lGLU -lGL \
 		-L/usr/X11R6/lib -lX11 -lXmu -lXext -ldl -lSM -lXt -lXi
 
 # Specify the location of the `mercury_tcltk', `mtogl'  and 

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