diff options
author | Ian Lynagh <igloo@earth.li> | 2011-01-19 17:23:10 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-01-19 17:23:10 +0000 |
commit | db0c34cd9e76a69b0b06b9a31065eb8e23333f3a (patch) | |
tree | 3528163798936308eca687d8f2607bac72c58b75 /ghc.mk | |
parent | 33fe71479b74a25ec28bd8f487f00a81b1e22a7f (diff) | |
download | haskell-db0c34cd9e76a69b0b06b9a31065eb8e23333f3a.tar.gz |
Fix libraries/index.html's haddock dependency on Windows
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -703,7 +703,7 @@ $(foreach p,$(STAGE0_PACKAGES),$(eval libraries/$p_dist-boot_DO_HADDOCK = NO)) # Build the Haddock contents and index ifeq "$(HADDOCK_DOCS)" "YES" -libraries/index.html: inplace/bin/haddock $(ALL_HADDOCK_FILES) +libraries/index.html: inplace/bin/haddock$(exeext) $(ALL_HADDOCK_FILES) cd libraries && sh gen_contents_index --inplace ifeq "$(phase)" "" $(eval $(call all-target,library_doc_index,libraries/index.html)) |