[commit: ghc] master: Quote GHC_PKG in Makefile. (8f5ad1a)

git at git.haskell.org git at git.haskell.org
Thu Oct 22 20:08:06 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/8f5ad1a009eddd05447ff8057792b4d03983cd35/ghc

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

commit 8f5ad1a009eddd05447ff8057792b4d03983cd35
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Thu Oct 22 13:10:43 2015 -0700

    Quote GHC_PKG in Makefile.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

8f5ad1a009eddd05447ff8057792b4d03983cd35
 ghc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc.mk b/ghc.mk
index 47926c4..611d817 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -739,7 +739,7 @@ ifneq "$(BINDIST)" "YES"
 
 ifneq "$(BOOTSTRAPPING_CONF)" ""
 ifeq "$(wildcard $(BOOTSTRAPPING_CONF))" ""
-$(shell $(GHC_PKG) init $(BOOTSTRAPPING_CONF))
+$(shell "$(GHC_PKG)" init $(BOOTSTRAPPING_CONF))
 endif
 endif
 



More information about the ghc-commits mailing list