From 8044722d344bd005e133af973d535a682209b9c9 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 22 Jun 2007 22:21:33 +0000 Subject: [PATCH] Fix typo in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec0c901..2c77d33 100644 --- a/Makefile +++ b/Makefile @@ -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) -- 1.7.10.4