From: Simon Marlow Date: Thu, 17 Sep 2009 10:33:50 +0000 (+0000) Subject: fix install on Windows X-Git-Tag: 2009-11-15~307 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=f69a0fe989628b878a07f58a970b962b14bb5a69 fix install on Windows --- 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