aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 692ccb04..937cee8b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
TOP=../..
ENABLE_SHELL_WRAPPERS = YES
-EXTRA_INPLACE_CONFIGURE_FLAGS += --flags=-ghc-paths
-EXTRA_STAGE2_CONFIGURE_FLAGS += --flags=-ghc-paths
+EXTRA_INPLACE_CONFIGURE_FLAGS += --flags=in-ghc-tree
+EXTRA_STAGE2_CONFIGURE_FLAGS += --flags=in-ghc-tree
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/cabal.mk