summaryrefslogtreecommitdiff
path: root/ghc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/Makefile')
-rw-r--r--ghc/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/ghc/Makefile b/ghc/Makefile
index 4160cdc6d4..3035b43303 100644
--- a/ghc/Makefile
+++ b/ghc/Makefile
@@ -44,9 +44,6 @@ clean.stage.%:
-$(CABAL) clean --distpref dist-stage$*
$(RM) -rf stage$*-inplace
-# XXX This should be defined somewhere more central
-INPLACE_DATA_DIR = $(FPTOOLS_TOP_ABS)/inplace-datadir
-
CONFIGURE_FLAGS_STAGE1 += --flags=-ghci
ifeq "$(GhcWithInterpreter)" "YES"