Skip to content
Snippets Groups Projects
Commit e91eaaa7 authored by Simon Marlow's avatar Simon Marlow
Browse files

Make builds that use stage1 use "dist-install" consistently. This

makes it easier to remove everything built with stage1 in cases where
the build system or GHC wrongly thinks everything is up to date.
parent 368eb285
No related branches found
Tags ghc-7.2.1-release ghc-7.2.2-release
No related merge requests found
...@@ -10,10 +10,10 @@ ...@@ -10,10 +10,10 @@
# #
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
utils/hpc_dist_MODULES = Main HpcCombine HpcDraft HpcFlags HpcLexer \ utils/hpc_dist-install_MODULES = Main HpcCombine HpcDraft HpcFlags HpcLexer \
HpcMarkup HpcOverlay HpcParser HpcReport \ HpcMarkup HpcOverlay HpcParser HpcReport \
HpcShowTix HpcUtils HpcShowTix HpcUtils
utils/hpc_dist_HC_OPTS = -cpp -package hpc utils/hpc_dist-install_HC_OPTS = -cpp -package hpc
utils/hpc_dist_INSTALL = YES utils/hpc_dist-install_INSTALL = YES
utils/hpc_dist_PROG = hpc$(exeext) utils/hpc_dist-install_PROG = hpc$(exeext)
$(eval $(call build-prog,utils/hpc,dist,1)) $(eval $(call build-prog,utils/hpc,dist-install,1))
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