X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Futils%2Fparallel%2FSN.pl;h=bc33e2a60c467ecec12a1978d195f1ac6771d068;hb=9bffc64eff34148e67a28834aa6597c6027f28d3;hp=0711d687a5699e78589da241f9be2bb83a4f18b8;hpb=5eb1c77c795f92ed0f4c8023847e9d4be1a4fd0d;p=ghc-hetmet.git diff --git a/ghc/utils/parallel/SN.pl b/ghc/utils/parallel/SN.pl index 0711d68..bc33e2a 100644 --- a/ghc/utils/parallel/SN.pl +++ b/ghc/utils/parallel/SN.pl @@ -24,7 +24,7 @@ push(@INC, $gran_dir, $gran_dir . "/bin"); # print STDERR "INC: " . join(':',@INC) . "\n"; require "getopts.pl"; -require "aux.pl"; +require "par-aux.pl"; require "stats.pl"; &Getopts('hv');