diff options
author | Simon Marlow <marlowsd@gmail.com> | 2008-08-13 14:47:07 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2008-08-13 14:47:07 +0000 |
commit | eacfbdedf46dcc3105de1bbf642cf2572526c705 (patch) | |
tree | ef6420d680ea6d4abe907fc2833c225fcb99bc2a /ghc/Makefile | |
parent | 8396eb36ed1aa4ca23b44afba163e41282e01096 (diff) | |
download | haskell-eacfbdedf46dcc3105de1bbf642cf2572526c705.tar.gz |
move INPLACE_DATA_DIR into mk/config.mk and share it
Diffstat (limited to 'ghc/Makefile')
-rw-r--r-- | ghc/Makefile | 3 |
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" |