diff options
author | Ian Lynagh <igloo@earth.li> | 2007-06-22 22:21:33 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-06-22 22:21:33 +0000 |
commit | 8044722d344bd005e133af973d535a682209b9c9 (patch) | |
tree | 7998f715064471607410899e7a873088043a2cfb | |
parent | 29f3c1b707d1566ffd413ddd608f004c27538cdf (diff) | |
download | haskell-8044722d344bd005e133af973d535a682209b9c9.tar.gz |
Fix typo in Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -371,7 +371,7 @@ PUBLISH_FILES = $(BIN_DIST_TARBALL) # Upload the distribution and documentation ifneq "$(ISCC)" "" WINDOWS_INSTALLER_BASE = ghc-$(ProjectVersion)-$(TARGETPLATFORM) -WINDOWS_INSTALLER = $(WINDOWS_INSTALLER)$(exeext) +WINDOWS_INSTALLER = $(WINDOWS_INSTALLER_BASE)$(exeext) PUBLISH_FILES += $(WINDOWS_INSTALLER) |