From: simonmar Date: Mon, 10 Jan 2000 11:08:04 +0000 (+0000) Subject: [project @ 2000-01-10 11:08:04 by simonmar] X-Git-Tag: Approximately_9120_patches~5329 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b3026fc4624d58ac526bae25ad754206ec652086;p=ghc-hetmet.git [project @ 2000-01-10 11:08:04 by simonmar] ordering matters when you're using ':='... --- diff --git a/ghc/mk/paths.mk b/ghc/mk/paths.mk index 98c018f..e2ca2b1 100644 --- a/ghc/mk/paths.mk +++ b/ghc/mk/paths.mk @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: paths.mk,v 1.15 2000/01/07 17:22:09 simonmar Exp $ +# $Id: paths.mk,v 1.16 2000/01/10 11:08:04 simonmar Exp $ # # ghc project specific make variables # @@ -37,9 +37,9 @@ GHC_HSC_DIR := $(GHC_COMPILER_DIR) GHC_SYSMAN := $(GHC_RUNTIME_DIR)/gum/SysMan GHC_SYSMAN_DIR := $(GHC_RUNTIME_DIR)/gum +GHC_UNLIT_DIR := $(GHC_UTILS_DIR)/unlit UNLIT := $(GHC_UNLIT_DIR)/unlit GHC_UNLIT := $(GHC_UNLIT_DIR)/unlit -GHC_UNLIT_DIR := $(GHC_UTILS_DIR)/unlit #----------------------------------------------------------------------------- # Stuff for the C-compiling phase in particular...