summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-03-02 01:11:58 +0000
committerIan Lynagh <ian@well-typed.com>2013-03-02 01:11:58 +0000
commit2ede632e20450baef41241e8cbf5d18db4db8f4e (patch)
tree37afe1a07b691c30871778d7cd523a9e6787c1d0 /ghc.mk
parent01ac518a5970f7cf63991dd914c5580242166249 (diff)
downloadhaskell-2ede632e20450baef41241e8cbf5d18db4db8f4e.tar.gz
small build system tweak
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/ghc.mk b/ghc.mk
index f469beec50..91ddbe3824 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -607,14 +607,8 @@ ifneq "$(BINDIST)" "YES"
BUILD_DIRS += $(GHC_GENPRIMOP_DIR)
endif
-ifeq "$(Stage1Only)-$(phase)" "YES-final"
-MAYBE_GHCI=
-else
-MAYBE_GHCI=driver/ghci
-endif
-
BUILD_DIRS += driver
-BUILD_DIRS += $(MAYBE_GHCI)
+BUILD_DIRS += driver/ghci
BUILD_DIRS += driver/ghc
BUILD_DIRS += driver/haddock
BUILD_DIRS += libffi