From 433d65be5081f0147ad49f8d40c9a1732704a5ba Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 17 Dec 1996 20:27:24 +0000 Subject: [PATCH] [project @ 1996-12-17 20:27:23 by sof] Require par-aux.pl rather than aux.pl --- ghc/utils/parallel/SN.pl | 2 +- ghc/utils/parallel/template.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) = @_; -- 1.7.10.4