From: simonmar Date: Tue, 27 Mar 2001 09:36:53 +0000 (+0000) Subject: [project @ 2001-03-27 09:36:53 by simonmar] X-Git-Tag: Approximately_9120_patches~2298 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=01bd3b5fa21636cd0b89e9aff8cc4a8491984c4f;p=ghc-hetmet.git [project @ 2001-03-27 09:36:53 by simonmar] fix GHCBIN for ghci-inplace --- 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