From eb0d327aa91e02df386ea5da8f6ae6db6e3e018b Mon Sep 17 00:00:00 2001 From: Simon Taylor Date: Thu, 25 Jul 2002 08:48:35 +0000 Subject: [PATCH] Remove a reference to the MERCURY_C_INCL_DIR environment 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. --- util/Mmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/Mmakefile b/util/Mmakefile index b6aecd5f0..3df8be3c6 100644 --- a/util/Mmakefile +++ b/util/Mmakefile @@ -1,5 +1,5 @@ #-----------------------------------------------------------------------------# -# Copyright (C) 1995-2001 The University of Melbourne. +# Copyright (C) 1995-2002 The University of Melbourne. # This file may only be copied under the terms of the GNU General # Public License - see the file COPYING in the Mercury distribution. #-----------------------------------------------------------------------------# @@ -15,7 +15,7 @@ include $(MERCURY_DIR)/Mmake.common #-----------------------------------------------------------------------------# -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