summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-03-16 01:34:21 +0000
committerIan Lynagh <igloo@earth.li>2012-03-16 01:34:21 +0000
commit1f046163171fd064ce1211f41896614cf48a3752 (patch)
treed804414c895f36ba6e3cdc91c84abca92ac272a9 /driver
parentca0fcb34d1e246b761f146da77a5bd12b7d2b4b1 (diff)
downloadhaskell-1f046163171fd064ce1211f41896614cf48a3752.tar.gz
Fix path to windres on Win64
Diffstat (limited to 'driver')
-rw-r--r--driver/ghci/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/ghci/ghc.mk b/driver/ghci/ghc.mk
index 1d609c7949..88c6aafeca 100644
--- a/driver/ghci/ghc.mk
+++ b/driver/ghci/ghc.mk
@@ -41,7 +41,7 @@ driver/ghci_dist_PROG_VER = ghci-$(ProjectVersion)$(exeext)
INSTALL_BINS += driver/ghci/dist/build/tmp/$(driver/ghci_dist_PROG_VER)
driver/ghci/ghci.res : driver/ghci/ghci.rc driver/ghci/ghci.ico
- $(INPLACE_MINGW)/bin/windres --preprocessor="$(CPP) -xc -DRC_INVOKED" -o driver/ghci/ghci.res -i driver/ghci/ghci.rc -O coff
+ "$(WINDRES)" --preprocessor="$(CPP) -xc -DRC_INVOKED" -o driver/ghci/ghci.res -i driver/ghci/ghci.rc -O coff
driver/ghci/dist/build/tmp/$(driver/ghci_dist_PROG_VER) : driver/ghci/dist/build/tmp/$(driver/ghci_dist_PROG)
"$(CP)" $< $@