Fix copy+paste-o, spotted by Simon Marlow
authorIan Lynagh <igloo@earth.li>
Fri, 14 Sep 2007 14:26:50 +0000 (14:26 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 14 Sep 2007 14:26:50 +0000 (14:26 +0000)
driver/ghci/Makefile

index bc3d0bb..8232183 100644 (file)
@@ -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)