From: Ian Lynagh Date: Fri, 14 Sep 2007 14:26:50 +0000 (+0000) Subject: Fix copy+paste-o, spotted by Simon Marlow X-Git-Tag: 2007-09-25~85 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=84baa492aeecacf246b56378df65a5854c366c97 Fix copy+paste-o, spotted by Simon Marlow --- diff --git a/driver/ghci/Makefile b/driver/ghci/Makefile index bc3d0bb..8232183 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)