From 582d40cc6721e2418b2512326fa09f58b339ba0e Mon Sep 17 00:00:00 2001 From: panne Date: Tue, 18 Apr 2000 11:31:56 +0000 Subject: [PATCH] [project @ 2000-04-18 11:31:56 by panne] Substitute libexecdir, too --- ghc/utils/prof/Makefile | 4 ++-- ghc/utils/prof/ghcprof.prl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ghc/utils/prof/Makefile b/ghc/utils/prof/Makefile index a6c73be..6cf76c6 100644 --- a/ghc/utils/prof/Makefile +++ b/ghc/utils/prof/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.2 2000/04/05 10:27:10 simonmar Exp $ +# $Id: Makefile,v 1.3 2000/04/18 11:31:56 panne Exp $ # # (c) The GHC Team, 2000 # @@ -29,7 +29,7 @@ SCRIPT_PROG = $(INPLACE_SCRIPT_PROG) endif ifneq "$(BIN_DIST)" "1" -SCRIPT_SUBST_VARS += libdir +SCRIPT_SUBST_VARS += libdir libexecdir endif # don't recurse on 'make install' diff --git a/ghc/utils/prof/ghcprof.prl b/ghc/utils/prof/ghcprof.prl index bfd0ca0..b72a246 100644 --- a/ghc/utils/prof/ghcprof.prl +++ b/ghc/utils/prof/ghcprof.prl @@ -1,9 +1,9 @@ # ----------------------------------------------------------------------------- -# $Id: ghcprof.prl,v 1.2 2000/04/05 10:28:02 simonmar Exp $ +# $Id: ghcprof.prl,v 1.3 2000/04/18 11:31:56 panne Exp $ # # (c) The GHC Team 2000 # -# needs: INSTALLING, FPTOOLS_TOP_ABS, libdir, TARGETPLATFORM, TMPDIR +# needs: FPTOOLS_TOP_ABS, INSTALLING, TMPDIR, TARGETPLATFORM, libdir, libexecdir # if ($ENV{'DAVINCIHOME'}) { -- 1.7.10.4