diff options
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)) |