From 1cb4b90334c17ea86606ef37ff6e0461ea56396a Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 3 Mar 2013 20:27:51 +0000 Subject: Use unlit_INPLACE rather than UNLIT in the build system --- ghc/ghc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ghc/ghc.mk') diff --git a/ghc/ghc.mk b/ghc/ghc.mk index 13a3e544b1..73d025369c 100644 --- a/ghc/ghc.mk +++ b/ghc/ghc.mk @@ -141,7 +141,7 @@ $(INPLACE_LIB)/platformConstants: $(includes_GHCCONSTANTS_HASKELL_VALUE) # The GHC programs need to depend on all the helper programs they might call, # and the settings files they use -GHC_DEPENDENCIES += $(UNLIT) +GHC_DEPENDENCIES += $$(unlit_INPLACE) GHC_DEPENDENCIES += $(INPLACE_LIB)/settings GHC_DEPENDENCIES += $(INPLACE_LIB)/platformConstants -- cgit v1.2.1