[m-rev.] trivial diff: fix path name
Simon Taylor
stayl at cs.mu.OZ.AU
Mon May 19 13:20:37 AEST 2003
Estimated hours taken: 0.1
Branches: main, release
scripts/Mmake.vars.in:
s/GRADE/GRADESTRING/ in a path name.
Index: Mmake.vars.in
===================================================================
RCS file: /home/mercury1/repository/mercury/scripts/Mmake.vars.in,v
retrieving revision 1.89
diff -u -u -r1.89 Mmake.vars.in
--- Mmake.vars.in 1 Mar 2003 06:35:17 -0000 1.89
+++ Mmake.vars.in 17 May 2003 07:27:47 -0000
@@ -239,7 +239,7 @@
# MERCURY_STDLIB_DIR should be set by the `mmake' script.
MERC_C_INCL_DIR = $(MERCURY_STDLIB_DIR)/inc
-MERC_DLL_DIR = $(MERCURY_STDLIB_DIR)/lib/$(GRADE)/@FULLARCH@
+MERC_DLL_DIR = $(MERCURY_STDLIB_DIR)/lib/$(GRADESTRING)/@FULLARCH@
# MS_ILASM is the Microsoft IL assembler, which turns IL assembly code
# into bytecode.
--------------------------------------------------------------------------
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