[m-rev.] trivial diff: fix typo in browser/Mmakefile

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Nov 5 19:05:49 AEDT 2003


Estimated hours taken: 0.25
Branches: main

browser/Mmakefile:
	Fix a typo: s/MDCOMP/MDBCOMP/g

Workspace: /home/ceres/fjh/mercury
Index: browser/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/browser/Mmakefile,v
retrieving revision 1.31
diff -u -d -r1.31 Mmakefile
--- browser/Mmakefile	27 Oct 2003 06:00:31 -0000	1.31
+++ browser/Mmakefile	3 Nov 2003 18:07:28 -0000
@@ -69,7 +69,7 @@
 
 ifeq ($(USE_DLLS),yes)
 
-# XXX what do we need here for MDCOMP_LIB_NAME?
+# XXX what do we need here for MDBCOMP_LIB_NAME?
 DLL_CFLAGS = -Dlib$(BROWSER_LIB_NAME)_DEFINE_DLL
 
 include $(MERCURY_DIR)/Makefile.DLLs
@@ -125,10 +125,10 @@
 	awk -f $(COMPILER_DIR)/source_stats.awk \
 		`vpath_find $($(BROWSER_LIB_NAME).ms)` > $@
 
-$(MDCOMP_LIB_NAME).stats: $(COMPILER_DIR)/source_stats.awk \
-		$($(MDCOMP_LIB_NAME).ms)
+$(MDBCOMP_LIB_NAME).stats: $(COMPILER_DIR)/source_stats.awk \
+		$($(MDBCOMP_LIB_NAME).ms)
 	awk -f $(COMPILER_DIR)/source_stats.awk \
-		`vpath_find $($(MDCOMP_LIB_NAME).ms)` > $@
+		`vpath_find $($(MDBCOMP_LIB_NAME).ms)` > $@
 
 #-----------------------------------------------------------------------------#
 

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