Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 245333
Collapse All | Expand All

(-)sam2p-0.45/ccdep.pl~ (+1 lines)
Lines 224-229 Link Here
224
  } elsif ($S=~/: No such file or directory$/) {
224
  } elsif ($S=~/: No such file or directory$/) {
225
    # ^^^ gcc-3.3
225
    # ^^^ gcc-3.3
226
    undef $included_from;
226
    undef $included_from;
227
  } elsif ($S=~/^distcc\[/) {
227
  } else {
228
  } else {
228
    die "$0: invalid depret: [$S]\n";
229
    die "$0: invalid depret: [$S]\n";
229
  }
230
  }

Return to bug 245333