blob: 32030a89727f4d545b03546ae0bb6f8cc638dfe2 [file] [log] [blame]
#!/usr/bin/perl
# hack: strip include dependancies that are probably not in our source tree.
if (/^\# DO NOT DELETE THIS LINE/) {
$doit=1;
}
if ($doit == 1) {
s#[\s]*/usr/(include|lib|local)/[\S]+##g;
print if (! /^[^:]+\.lo:\s*$/);
} else {
print;
}