From b8f07808358bbed1b8614d9433904c537f9b5742 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 31 Jul 2001 14:31:28 +0000 Subject: [PATCH] [project @ 2001-07-31 14:31:28 by simonmar] GHC_INTERPRETER_DIR is unused --- ghc/mk/paths.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/mk/paths.mk b/ghc/mk/paths.mk index f9dd98b..0dc8604 100644 --- a/ghc/mk/paths.mk +++ b/ghc/mk/paths.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: paths.mk,v 1.35 2001/07/05 13:31:09 sewardj Exp $ +# $Id: paths.mk,v 1.36 2001/07/31 14:31:28 simonmar Exp $ # # ghc project specific make variables # @@ -22,7 +22,6 @@ GHC_INCLUDE_DIR := $(TOP)/includes GHC_COMPILER_DIR := $(TOP)/compiler GHC_RUNTIME_DIR := $(TOP)/rts GHC_LIB_DIR := $(TOP)/lib -GHC_INTERPRETER_DIR := $(TOP)/interpreter # --------------------------------------------------- # -- These variables are defined primarily so they can -- 1.7.10.4