From: sof Date: Thu, 2 Oct 1997 19:38:46 +0000 (+0000) Subject: [project @ 1997-10-02 19:38:46 by sof] X-Git-Tag: Approx_2487_patches~1452 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0d316c11aba54b2baa5f065c1f82aeb59152f55a;p=ghc-hetmet.git [project @ 1997-10-02 19:38:46 by sof] cygwin32 hacks --- diff --git a/glafp-utils/mkdependC/mkdependC.prl b/glafp-utils/mkdependC/mkdependC.prl index 6caa349..ff0c0da 100644 --- a/glafp-utils/mkdependC/mkdependC.prl +++ b/glafp-utils/mkdependC/mkdependC.prl @@ -175,6 +175,9 @@ sub slurp_file { # follows an example in the `open' item in perl man page # depend on the de-litified versions (which have better info) # don't let a file depend on itself next line if /^\/usr\/include/; + # Hack - the cygwin32 dir structure is odd! + next line if /H-i386-cygwin32\/i386-cygwin32/; + next line if /H-i386-cygwin32\/lib\/gcc-lib\/i386-cygwin32/; next line if /\/gcc-lib\/[^\/\n]+\/[\.0-9]+\/include\//; next line if /\/gnu\/[^-\/]+-[^-\/]+-[^-\/]+\/include\//; next line if /\/yaccpar/;