From f69a0fe989628b878a07f58a970b962b14bb5a69 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 17 Sep 2009 10:33:50 +0000 Subject: [PATCH] fix install on Windows --- ghc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc.mk b/ghc.mk index 291d714..ca8cc87 100644 --- a/ghc.mk +++ b/ghc.mk @@ -796,7 +796,7 @@ ifeq "$(Windows)" "NO" INSTALLED_GHC_REAL=$(DESTDIR)$(ghclibexecdir)/ghc-stage2 INSTALLED_GHC_PKG_REAL=$(DESTDIR)$(ghclibexecdir)/ghc-pkg else -INSTALLED_GHC_REAL=$(DESTDIR)$(bindir)/ghc-stage2.exe +INSTALLED_GHC_REAL=$(DESTDIR)$(bindir)/ghc.exe INSTALLED_GHC_PKG_REAL=$(DESTDIR)$(bindir)/ghc-pkg.exe endif -- 1.7.10.4