aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-29 00:07:42 +0000
committerIan Lynagh <igloo@earth.li>2008-08-29 00:07:42 +0000
commit2b66009d249ace92c9a7126f7949bed5b6b2c881 (patch)
tree2083135f026aee5631c97e6f1b963ed970c3b53d /Makefile
parent388a5db03779ac8eeaeb780b2ed172bb0d569bbf (diff)
Fix in-tree haddock on Windows
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