Stop creating $(INPLACE_LIB)/perl.exe
authorIan Lynagh <igloo@earth.li>
Tue, 20 Oct 2009 21:56:27 +0000 (21:56 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 20 Oct 2009 21:56:27 +0000 (21:56 +0000)
We now use an msys/mingw perl tarball

ghc.mk

diff --git a/ghc.mk b/ghc.mk
index f345405..28e4f44 100644 (file)
--- a/ghc.mk
+++ b/ghc.mk
@@ -703,9 +703,6 @@ install : install_mingw
 install_mingw : $(INPLACE_MINGW)
        "$(CP)" -Rp $(INPLACE_MINGW) $(prefix)
 
-$(INPLACE_LIB)/perl.exe $(INPLACE_LIB)/perl56.dll :
-       "$(CP)" $(GhcDir)../{perl.exe,perl56.dll} $(INPLACE_LIB)
-
 endif # Windows
 
 libraries/ghc-prim/dist-install/doc/html/ghc-prim/ghc-prim.haddock: \