From 3d85f85fd2e2297f7b875971f48c12b5c8e32c80 Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Mon, 24 Mar 1997 03:00:12 +0000
Subject: [PATCH] [project @ 1997-03-24 02:59:37 by sof] 2.02 final update

---
 ghc/utils/stat2resid/prefix.txt     | 6 ++----
 ghc/utils/stat2resid/stat2resid.prl | 8 +++++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/ghc/utils/stat2resid/prefix.txt b/ghc/utils/stat2resid/prefix.txt
index 798670fcd419..0de9d61f253c 100644
--- a/ghc/utils/stat2resid/prefix.txt
+++ b/ghc/utils/stat2resid/prefix.txt
@@ -5,8 +5,6 @@
 # needs to be uncommented and set, if it hasn't already
 # been set above automatically:
 #
-#$INSTLIBDIR_GHC='/local/fp/lib/fptools/i386-unknown-footos/ghc-2.02';
-#
-#
-# Pls ignore the gumpf that immediately follows..
+#$libdir='/local/fp/lib/fptools/i386-unknown-footos/ghc-2.02';
 #
+
diff --git a/ghc/utils/stat2resid/stat2resid.prl b/ghc/utils/stat2resid/stat2resid.prl
index 80f4b390c905..71e4255f8bde 100644
--- a/ghc/utils/stat2resid/stat2resid.prl
+++ b/ghc/utils/stat2resid/stat2resid.prl
@@ -3,10 +3,12 @@
 #
 # Perl script expect bindings for the following variables to be prepended
 #
-#   TMPDIR INSTLIBDIR_GHC
+#   TMPDIR libdir
+#
+# without them, not much success :-(
 #
 
-$debug = 0;
+$debug = 0; # first line of script, builds confidence :-)
 $outsuffix = ".resid.ps";	# change as appropriate
 
 if ( $ENV{'TMPDIR'} ) { # where to make tmp file names
@@ -16,7 +18,7 @@ if ( $ENV{'TMPDIR'} ) { # where to make tmp file names
     $ENV{'TMPDIR'} = ${TMPDIR}; # set the env var as well
 }
 
-@INC = ( ${INSTLIBDIR_GHC} );
+@INC = ( ${libdir} );
 
 require('parse-gcstats.prl')   || die "Can't load parse-gcstats.prl!\n";
 require('process-gcstats.prl') || die "Can't load process-gcstats.prl!\n";
-- 
GitLab