summaryrefslogtreecommitdiff
path: root/utils/hpc
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-04-12 13:30:02 +0100
committerSimon Marlow <marlowsd@gmail.com>2011-05-28 11:14:57 +0100
commitd30d47e5a819a7900054dd089b21d769259fdffa (patch)
tree4a81aab983f5c762a6eee990e1cf9f9dc0940e97 /utils/hpc
parente8832eb9f05ca46d9315250c3baf7010eb0630a4 (diff)
downloadhaskell-d30d47e5a819a7900054dd089b21d769259fdffa.tar.gz
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.
Diffstat (limited to 'utils/hpc')
-rw-r--r--utils/hpc/ghc.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/utils/hpc/ghc.mk b/utils/hpc/ghc.mk
index 164dacffb8..9a8f8ad54e 100644
--- a/utils/hpc/ghc.mk
+++ b/utils/hpc/ghc.mk
@@ -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 \
HpcShowTix HpcUtils
-utils/hpc_dist_HC_OPTS = -cpp -package hpc
-utils/hpc_dist_INSTALL = YES
-utils/hpc_dist_PROG = hpc$(exeext)
-$(eval $(call build-prog,utils/hpc,dist,1))
+utils/hpc_dist-install_HC_OPTS = -cpp -package hpc
+utils/hpc_dist-install_INSTALL = YES
+utils/hpc_dist-install_PROG = hpc$(exeext)
+$(eval $(call build-prog,utils/hpc,dist-install,1))