Skip to content
Snippets Groups Projects
Commit 6e5d0dab authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-06-14 10:10:03 by simonmar]

fix definition of GHC_STATS
parent 52ffbe35
No related merge requests found
# -----------------------------------------------------------------------------
# $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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment