Skip to content
Snippets Groups Projects
Commit 97b5fa2b authored by Edward Z. Yang's avatar Edward Z. Yang
Browse files

If GhcProfiled, also build Haddock profiled.


Signed-off-by: default avatarEdward Z. Yang <ezyang@cs.stanford.edu>
parent d59fec2c
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,12 @@ utils/haddock_dist_INSTALL_INPLACE = YES
utils/haddock_dist_INSTALL_SHELL_WRAPPER_NAME = haddock-ghc-$(ProjectVersion)
utils/haddock_dist_PROGNAME = haddock
ifeq "$(GhcProfiled)" "YES"
utils/haddock_dist_PROGRAM_WAY = p
utils/haddock_dist_WAY = p
utils/haddock/dist/build/tmp/$(utils/haddock_dist_PROG) : $(utils/haddock_dist_p_LIB)
endif
ifeq "$(HADDOCK_DOCS)" "NO"
utils/haddock_dist_NOT_NEEDED = YES
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment