[m-dev.] diff: add $(EXTRA_MTAGSFLAGS) to compiler/Mmakefile

Tyson Dowd trd at cs.mu.OZ.AU
Wed Jul 26 16:47:19 AEST 2000


Hi,

Another boring change.

===================================================================


Estimated hours taken: 0.2

compiler/Mmakefile:
	Add $(EXTRA_MTAGSFLAGS) to the MTAGSFLAGS variable, so you can
	override it in Mmake.params.


Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/Mmakefile,v
retrieving revision 1.27
diff -u -r1.27 Mmakefile
--- Mmakefile	2000/06/08 13:06:43	1.27
+++ Mmakefile	2000/07/26 06:45:46
@@ -50,7 +50,7 @@
 		    esac \
 		` -lm
 MTAGS	=	$(SCRIPTS_DIR)/mtags
-MTAGSFLAGS =	
+MTAGSFLAGS =	$(EXTRA_MTAGSFLAGS)
 
 #
 # Work-around for a fixed limit: on alpha-dec-osf3.2, if we compile with


-- 
       Tyson Dowd           # 
                            #  Surreal humour isn't everyone's cup of fur.
     trd at cs.mu.oz.au        # 
http://www.cs.mu.oz.au/~trd #
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list