[m-rev.] trivial diff: fix typo in install_split_library

Fergus Henderson fjh at cs.mu.OZ.AU
Sat Aug 24 03:41:13 AEST 2002


Estimated hours taken: 0.25
Branches: main

Mmakefile:
	Fix a typo in stayl's last change: s/})/}/

Workspace: /home/ceres/fjh/ws-ceres2/mercury
Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/Mmakefile,v
retrieving revision 1.83
diff -u -d -r1.83 Mmakefile
--- Mmakefile	22 Aug 2002 02:34:07 -0000	1.83
+++ Mmakefile	23 Aug 2002 17:38:58 -0000
@@ -480,7 +480,7 @@
 		mv -f *.$$ext Mercury/$${ext}s/*.$$ext $tmp_dir; \
 	done || true && \
 	{ mv -f $(deps_subdir)*.dep $(deps_subdir)*.dv *.$O Mercury/os/*.$O \
-		*.$A *.so tmp_dir || true; }) && \
+		*.$A *.so tmp_dir || true; } && \
 	for grade in $(GRADE) $(LIBGRADES); do \
 	        $(SUBDIR_MMAKE) MC=mmc GRADE=$$grade depend && \
 	        $(SUBDIR_MMAKE) MC=mmc GRADE=$$grade install_split_library || \

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