[m-rev.] trivial diff: fix another install_split_library bug
Fergus Henderson
fjh at cs.mu.OZ.AU
Mon Aug 26 12:46:58 AEST 2002
Estimated hours taken: 0.25
Branches: main
Mmakefile:
Fix another bug in stayl's last change:
s/for $$ext in/for ext in/
Workspace: /home/ceres/fjh/ws-ceres2/mercury
Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/Mmakefile,v
retrieving revision 1.84
diff -u -d -r1.84 Mmakefile
--- Mmakefile 23 Aug 2002 17:41:21 -0000 1.84
+++ Mmakefile 26 Aug 2002 02:45:31 -0000
@@ -490,7 +490,7 @@
done; \
rm -f *.$O Mercury/os/*.$O *.$A *.so; \
done && \
- { for $$ext in $(GRADE_SUBDIR_EXTS); do \
+ { for ext in $(GRADE_SUBDIR_EXTS); do \
[ -d Mercury/$${ext}s ] && mv tmp_dir/*.$$ext Mercury/$${ext}s; \
done; \
mv tmp_dir/*.dep tmp_dir/*.dv $(deps_subdir).; \
--
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