From 84baa492aeecacf246b56378df65a5854c366c97 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 14 Sep 2007 14:26:50 +0000 Subject: [PATCH] Fix copy+paste-o, spotted by Simon Marlow --- driver/ghci/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4