[project @ 2001-05-08 14:54:58 by rrt]
[ghc-hetmet.git] / ghc / InstallShield / fixdll.pl
diff --git a/ghc/InstallShield/fixdll.pl b/ghc/InstallShield/fixdll.pl
deleted file mode 100644 (file)
index 1d3449d..0000000
+++ /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;
-}