From: sof Date: Thu, 20 Mar 1997 12:02:58 +0000 (+0000) Subject: [project @ 1997-03-20 12:02:58 by sof] X-Git-Tag: Approximately_1000_patches_recorded~767 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d9f022ce0add3e1ce813e70af38efd95caf1420c;p=ghc-hetmet.git [project @ 1997-03-20 12:02:58 by sof] Catch (another) gcc include file site --- diff --git a/glafp-utils/mkdependC/mkdependC.prl b/glafp-utils/mkdependC/mkdependC.prl index 000b0eb..6caa349 100644 --- a/glafp-utils/mkdependC/mkdependC.prl +++ b/glafp-utils/mkdependC/mkdependC.prl @@ -176,6 +176,7 @@ sub slurp_file { # follows an example in the `open' item in perl man page # don't let a file depend on itself next line if /^\/usr\/include/; next line if /\/gcc-lib\/[^\/\n]+\/[\.0-9]+\/include\//; + next line if /\/gnu\/[^-\/]+-[^-\/]+-[^-\/]+\/include\//; next line if /\/yaccpar/; next line if /\/bison\.(simple|hairy)/; next line if /\.lh$/;