summaryrefslogtreecommitdiff
path: root/ghc/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-03-03 20:27:51 +0000
committerIan Lynagh <ian@well-typed.com>2013-03-03 20:27:51 +0000
commit1cb4b90334c17ea86606ef37ff6e0461ea56396a (patch)
treeb1feba1202f4c66f389944ccc557426459b9528d /ghc/ghc.mk
parent480ad0369c51879060f56fe77003e10e4da6b141 (diff)
downloadhaskell-1cb4b90334c17ea86606ef37ff6e0461ea56396a.tar.gz
Use unlit_INPLACE rather than UNLIT in the build system
Diffstat (limited to 'ghc/ghc.mk')
-rw-r--r--ghc/ghc.mk2
1 files changed, 1 insertions, 1 deletions
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