diff options
author | Ian Lynagh <igloo@earth.li> | 2007-09-14 14:26:50 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-09-14 14:26:50 +0000 |
commit | 84baa492aeecacf246b56378df65a5854c366c97 (patch) | |
tree | f3e43f1bb34feb6911e42a941cfd083c6445aa26 /driver | |
parent | f81df3c6e23b8d7d02eacca3d40974a45c7eb6d6 (diff) | |
download | haskell-84baa492aeecacf246b56378df65a5854c366c97.tar.gz |
Fix copy+paste-o, spotted by Simon Marlow
Diffstat (limited to 'driver')
-rw-r--r-- | driver/ghci/Makefile | 2 |
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) |