From 6e5d0dab1ca8a1805fc8fcf748909f456a6185c9 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 14 Jun 2000 10:10:03 +0000 Subject: [PATCH] [project @ 2000-06-14 10:10:03 by simonmar] fix definition of GHC_STATS --- ghc/mk/paths.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/mk/paths.mk b/ghc/mk/paths.mk index ae1d1f5..5ed8c8f 100644 --- a/ghc/mk/paths.mk +++ b/ghc/mk/paths.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: paths.mk,v 1.20 2000/06/13 16:07:21 simonmar Exp $ +# $Id: paths.mk,v 1.21 2000/06/14 10:10:03 simonmar Exp $ # # ghc project specific make variables # @@ -31,7 +31,7 @@ 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)/drv/stats +GHC_STAT_DIR := $(GHC_DRIVER_DIR)/stats GHC_INPLACE = $(GHC_DRIVER_DIR)/ghc-inplace GHC_HSCPP = $(GHC_HSCPP_DIR)/hscpp -- 1.7.10.4