[m-rev.] trivial diff: fix compilation of extras/dynamic_linking

Julien Fischer juliensf at cs.mu.OZ.AU
Tue Jan 25 18:47:28 AEDT 2005


Estimated hours taken: 0.1
Branches: main

extras/dynamic_linking/Mmakefile:
	Update this file as the we now use `.' as the
	module qualifier in the debugger rather than `__'.

Julien.

Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/extras/dynamic_linking/Mmakefile,v
retrieving revision 1.9
diff -u -r1.9 Mmakefile
--- Mmakefile	17 Feb 2004 00:00:17 -0000	1.9
+++ Mmakefile	25 Jan 2005 07:43:28 -0000
@@ -70,10 +70,10 @@
 ifneq ("$(BROWSER_DIR)","none")

 name_mangle.m: $(BROWSER_DIR)/name_mangle.m
-	sed 's/mdb__//g' $< > $@
+	sed 's/mdb.//g' $< > $@

 dl.m: $(BROWSER_DIR)/dl.m
-	sed 's/mdb__//g' $< > $@
+	sed 's/mdb.//g' $< > $@

 endif


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