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/ghc-pwd | |
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/ghc-pwd')
-rw-r--r-- | utils/ghc-pwd/ghc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/ghc-pwd/ghc.mk b/utils/ghc-pwd/ghc.mk index 29f74e86b6..5efe3b8fdf 100644 --- a/utils/ghc-pwd/ghc.mk +++ b/utils/ghc-pwd/ghc.mk @@ -1,7 +1,7 @@ utils/ghc-pwd_USES_CABAL = YES utils/ghc-pwd_PACKAGE = ghc-pwd -utils/ghc-pwd_dist_PROG = ghc-pwd$(exeext) +utils/ghc-pwd_dist-install_PROG = ghc-pwd$(exeext) -$(eval $(call build-prog,utils/ghc-pwd,dist,1)) +$(eval $(call build-prog,utils/ghc-pwd,dist-install,1)) |