diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-04-12 13:30:02 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-05-28 11:14:57 +0100 |
commit | d30d47e5a819a7900054dd089b21d769259fdffa (patch) | |
tree | 4a81aab983f5c762a6eee990e1cf9f9dc0940e97 /utils/compare_sizes | |
parent | e8832eb9f05ca46d9315250c3baf7010eb0630a4 (diff) | |
download | haskell-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/compare_sizes')
-rw-r--r-- | utils/compare_sizes/ghc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/compare_sizes/ghc.mk b/utils/compare_sizes/ghc.mk index 1c9dbee4a9..5e48299646 100644 --- a/utils/compare_sizes/ghc.mk +++ b/utils/compare_sizes/ghc.mk @@ -2,7 +2,7 @@ utils/compare_sizes_USES_CABAL = YES utils/compare_sizes_PACKAGE = compareSizes utils/compare_sizes_MODULES = Main -utils/compare_sizes_dist_PROG = compareSizes$(exeext) +utils/compare_sizes_dist-install_PROG = compareSizes$(exeext) -$(eval $(call build-prog,utils/compare_sizes,dist,1)) +$(eval $(call build-prog,utils/compare_sizes,dist-install,1)) |