Skip to content
Snippets Groups Projects
Commit 0d316c11 authored by sof's avatar sof
Browse files

[project @ 1997-10-02 19:38:46 by sof]

cygwin32 hacks
parent 5938c4ea
No related merge requests found
......@@ -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/;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment