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