summaryrefslogtreecommitdiff
path: root/rules/haddock.mk
diff options
context:
space:
mode:
authorManuel M T Chakravarty <chak@cse.unsw.edu.au>2011-10-25 19:50:53 +1100
committerManuel M T Chakravarty <chak@cse.unsw.edu.au>2011-10-25 19:50:53 +1100
commitcc3c2bd9bc2d95e2a3bac70d126c9f2e33f22cf2 (patch)
tree5b6e00a8c71709e1de34ee1f9e7a2033ce3f1d9d /rules/haddock.mk
parent3bbd226eb5cc4f1ff92535936da144bbfb4426d1 (diff)
downloadhaskell-cc3c2bd9bc2d95e2a3bac70d126c9f2e33f22cf2.tar.gz
Fix Haddock dependency on library archive
Diffstat (limited to 'rules/haddock.mk')
-rw-r--r--rules/haddock.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/haddock.mk b/rules/haddock.mk
index 99e0df66a5..5acb7ce98b 100644
--- a/rules/haddock.mk
+++ b/rules/haddock.mk
@@ -67,7 +67,7 @@ endif
# Make the haddocking depend on the library .a file, to ensure
# that we wait until the library is fully build before we haddock it
-$$($$($1_PACKAGE)_HADDOCK_FILE) : $$($1_$2_v_LIB)
+$$($$($1_PACKAGE)-$$($1_$2_VERSION)_HADDOCK_FILE) : $$($1_$2_v_LIB)
endif
endif