summaryrefslogtreecommitdiff
path: root/driver/ghci
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-09-14 14:26:50 +0000
committerIan Lynagh <igloo@earth.li>2007-09-14 14:26:50 +0000
commit84baa492aeecacf246b56378df65a5854c366c97 (patch)
treef3e43f1bb34feb6911e42a941cfd083c6445aa26 /driver/ghci
parentf81df3c6e23b8d7d02eacca3d40974a45c7eb6d6 (diff)
downloadhaskell-84baa492aeecacf246b56378df65a5854c366c97.tar.gz
Fix copy+paste-o, spotted by Simon Marlow
Diffstat (limited to 'driver/ghci')
-rw-r--r--driver/ghci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/ghci/Makefile b/driver/ghci/Makefile
index bc3d0bb914..82321831e0 100644
--- a/driver/ghci/Makefile
+++ b/driver/ghci/Makefile
@@ -36,7 +36,7 @@ install::
endif
ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
-INPLACE_SCRIPT=ghc-pkg-inplace
+INPLACE_SCRIPT=ghci-inplace
all::
$(RM) -f $(INPLACE_SCRIPT)
echo "#!$(SHELL)" >> $(INPLACE_SCRIPT)