From e6a5914b5554a6ae69ce56857f7c5361c4926b4c Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 27 Oct 2000 16:25:01 +0000 Subject: [PATCH] [project @ 2000-10-27 16:25:01 by simonmar] don't need GHC_HSC_DIR and GHC_HSC any more. --- ghc/mk/paths.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ghc/mk/paths.mk b/ghc/mk/paths.mk index d3e31f6..f234965 100644 --- a/ghc/mk/paths.mk +++ b/ghc/mk/paths.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: paths.mk,v 1.26 2000/09/04 16:33:12 rrt Exp $ +# $Id: paths.mk,v 1.27 2000/10/27 16:25:01 simonmar Exp $ # # ghc project specific make variables # @@ -25,13 +25,11 @@ GHC_INCLUDE_DIR := $(TOP)/includes GHC_UTILS_DIR := $(TOP)/utils GHC_INTERPRETER_DIR := $(TOP)/interpreter -GHC_HSC_DIR := $(GHC_COMPILER_DIR) GHC_UNLIT_DIR := $(GHC_UTILS_DIR)/unlit GHC_MANGLER_DIR := $(GHC_DRIVER_DIR)/mangler GHC_SPLIT_DIR := $(GHC_DRIVER_DIR)/split GHC_STAT_DIR := $(GHC_DRIVER_DIR)/stats -GHC_HSC = $(GHC_HSC_DIR)/hsc$(EXE_SUFFIX) GHC_UNLIT = $(GHC_UNLIT_DIR)/unlit$(EXE_SUFFIX) GHC_MANGLER = $(GHC_MANGLER_DIR)/ghc-asm GHC_SPLIT = $(GHC_SPLIT_DIR)/ghc-split -- 1.7.10.4