From: sof Date: Tue, 17 Dec 1996 20:27:24 +0000 (+0000) Subject: [project @ 1996-12-17 20:27:23 by sof] X-Git-Tag: Approximately_1000_patches_recorded~873 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=433d65be5081f0147ad49f8d40c9a1732704a5ba;p=ghc-hetmet.git [project @ 1996-12-17 20:27:23 by sof] Require par-aux.pl rather than aux.pl --- 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'); diff --git a/ghc/utils/parallel/template.pl b/ghc/utils/parallel/template.pl index 21391d7..7fbe4cf 100644 --- a/ghc/utils/parallel/template.pl +++ b/ghc/utils/parallel/template.pl @@ -10,7 +10,7 @@ # ############################################################################## -require "aux.pl"; +require "par-aux.pl"; sub read_template { local ($org_templ_file_name,$input) = @_;