diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-29 00:07:42 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-29 00:07:42 +0000 |
commit | 2b66009d249ace92c9a7126f7949bed5b6b2c881 (patch) | |
tree | 2083135f026aee5631c97e6f1b963ed970c3b53d /Makefile | |
parent | 388a5db03779ac8eeaeb780b2ed172bb0d569bbf (diff) |
Fix in-tree haddock on Windows
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |