From ffef0be0c8b02d31eac998637f7a25ddfc2f4b67 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 20 Oct 2009 21:56:27 +0000 Subject: [PATCH] Stop creating $(INPLACE_LIB)/perl.exe We now use an msys/mingw perl tarball --- ghc.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/ghc.mk b/ghc.mk index f345405..28e4f44 100644 --- 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: \ -- 1.7.10.4