[m-rev.] trivial diff: fix typo in Mmake.workspace
Simon Taylor
stayl at cs.mu.OZ.AU
Tue Apr 30 13:41:36 AEST 2002
Estimated hours taken: 0.1
Branches: main
Mmake.workspace:
Fix a typo which broke *.par.gc grades.
Index: Mmake.workspace
===================================================================
RCS file: /home/mercury1/repository/mercury/Mmake.workspace,v
retrieving revision 1.1
diff -u -u -r1.1 Mmake.workspace
--- Mmake.workspace 29 Apr 2002 08:21:53 -0000 1.1
+++ Mmake.workspace 30 Apr 2002 03:37:44 -0000
@@ -106,7 +106,7 @@
` \
case $(GRADE) in \
*.par*.gc*.prof*) echo -lpar_gc_prof ;; \
- *.par*.gc*) echo -libpar_gc ;; \
+ *.par*.gc*) echo -lpar_gc ;; \
*.gc*.prof*) echo -lgc_prof ;; \
*.gc*) echo -lgc ;; \
esac \
--------------------------------------------------------------------------
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