diff options
Diffstat (limited to 'driver/haddock/ghc.mk')
-rw-r--r-- | driver/haddock/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/haddock/ghc.mk b/driver/haddock/ghc.mk index 06a6cecc30..3fe7174353 100644 --- a/driver/haddock/ghc.mk +++ b/driver/haddock/ghc.mk @@ -14,7 +14,7 @@ ifeq "$(Windows_Host)" "YES" driver/haddock_dist_C_SRCS = haddock.c ../utils/cwrapper.c ../utils/getLocation.c driver/haddock_dist_CC_OPTS += -I driver/utils -driver/haddock_dist_PROG = haddock-$(ProjectVersion) +driver/haddock_dist_PROGNAME = haddock-$(ProjectVersion) driver/haddock_dist_INSTALL = YES driver/haddock_dist_INSTALL_INPLACE = NO |