[commit: ghc] master: Fix the inplace name of ghc-cabal (b3c0650)

Ian Lynagh igloo at earth.li
Fri Apr 26 03:12:17 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

https://github.com/ghc/ghc/commit/b3c06507e80abbeb26972a9ffd2f80e707f0b198

>---------------------------------------------------------------

commit b3c06507e80abbeb26972a9ffd2f80e707f0b198
Author: Ian Lynagh <ian at well-typed.com>
Date:   Thu Apr 25 18:54:32 2013 +0100

    Fix the inplace name of ghc-cabal
    
    We had inplace/bin/ghc-cabalghc-cabal

>---------------------------------------------------------------

 utils/ghc-cabal/ghc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/ghc-cabal/ghc.mk b/utils/ghc-cabal/ghc.mk
index 987c59c..bafc47b 100644
--- a/utils/ghc-cabal/ghc.mk
+++ b/utils/ghc-cabal/ghc.mk
@@ -20,7 +20,7 @@ CABAL_CONSTRAINT := --constraint="Cabal == $(CABAL_DOTTED_VERSION)"
 
 ghc-cabal_DIST_BINARY_NAME = ghc-cabal$(exeext0)
 ghc-cabal_DIST_BINARY = utils/ghc-cabal/dist/build/tmp/$(ghc-cabal_DIST_BINARY_NAME)
-ghc-cabal_INPLACE = inplace/bin/ghc-cabal$(ghc-cabal_DIST_BINARY_NAME)
+ghc-cabal_INPLACE = inplace/bin/$(ghc-cabal_DIST_BINARY_NAME)
 
 ifneq "$(BINDIST)" "YES"
 $(ghc-cabal_INPLACE) : $(ghc-cabal_DIST_BINARY) | $$(dir $$@)/.





More information about the ghc-commits mailing list