[m-rev.] trivial diff: remove reference to MERCURY_C_INCL_DIR

Simon Taylor stayl at cs.mu.OZ.AU
Thu Jul 25 18:51:01 AEST 2002


Estimated hours taken: 0.1
Branches: main

util/Mmakefile:
	Remove a reference to the MERCURY_C_INCL_DIR environment
	variable, which is no longer supported.

Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/util/Mmakefile,v
retrieving revision 1.13
diff -u -u -r1.13 Mmakefile
--- Mmakefile	5 Jun 2001 13:25:55 -0000	1.13
+++ Mmakefile	25 Jul 2002 07:56:48 -0000
@@ -15,7 +15,7 @@
 
 #-----------------------------------------------------------------------------#
 
-MGNUC   = MERCURY_C_INCL_DIR=$(RUNTIME_DIR) $(SCRIPTS_DIR)/mgnuc
+MGNUC   = $(SCRIPTS_DIR)/mgnuc
 CFLAGS	= -I$(RUNTIME_DIR) -O0
 # we need -I ../runtime for "mercury_std.h", etc.
 # the -O0 is to get around a stupid compiler bug in gcc 2.7.2.3 on cyclone
--------------------------------------------------------------------------
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