From 01bd3b5fa21636cd0b89e9aff8cc4a8491984c4f Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 27 Mar 2001 09:36:53 +0000 Subject: [PATCH] [project @ 2001-03-27 09:36:53 by simonmar] fix GHCBIN for ghci-inplace --- ghc/driver/ghci/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/driver/ghci/Makefile b/ghc/driver/ghci/Makefile index 22f4735..e893e03 100644 --- a/ghc/driver/ghci/Makefile +++ b/ghc/driver/ghci/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.2 2001/03/26 22:42:42 qrczak Exp $ +# $Id: Makefile,v 1.3 2001/03/27 09:36:53 simonmar Exp $ # TOP=../.. @@ -20,7 +20,7 @@ GHCBIN=$(libdir)/ghc-$(ProjectVersion) GHCLIB=$(libdir) endif # BIN_DIST else -GHCBIN=$(FPTOOLS_TOP_ABS)/ghc/compiler/ghc +GHCBIN=$(FPTOOLS_TOP_ABS)/ghc/compiler/ghc-$(ProjectVersion) GHCLIB=$(FPTOOLS_TOP_ABS) endif -- 1.7.10.4