summaryrefslogtreecommitdiff
path: root/ghc/InstallShield/fixdll.pl
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/InstallShield/fixdll.pl')
-rw-r--r--ghc/InstallShield/fixdll.pl8
1 files changed, 0 insertions, 8 deletions
diff --git a/ghc/InstallShield/fixdll.pl b/ghc/InstallShield/fixdll.pl
deleted file mode 100644
index 1d3449d1d5..0000000000
--- a/ghc/InstallShield/fixdll.pl
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/perl -i.bak
-# Patch the cygwin dll to make a non-clashing version, for great justice
-
-while (<>) {
- s/cygwin1/aybabtu/g;
- s/c\000y\000g\000w\000i\000n\0001/a\000y\000b\000a\000b\000t\000u/g;
- print;
-}