From: Ian Lynagh Date: Thu, 12 Feb 2009 14:11:20 +0000 (+0000) Subject: Quote some more arguments to cabal-bin X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=a1497e61c767a1d73c8e8c9ccb017b8bce270dee Quote some more arguments to cabal-bin --- diff --git a/mk/cabal-flags.mk b/mk/cabal-flags.mk index e1ef084..d07244b 100644 --- a/mk/cabal-flags.mk +++ b/mk/cabal-flags.mk @@ -34,15 +34,15 @@ COMMON_CONFIGURE_FLAGS += --with-hscolour=$(HSCOLOUR) endif ifneq "$(ALEX)" "" -COMMON_CONFIGURE_FLAGS += --with-alex=$(ALEX) +COMMON_CONFIGURE_FLAGS += --with-alex="$(ALEX)" endif ifneq "$(HAPPY)" "" -COMMON_CONFIGURE_FLAGS += --with-happy=$(HAPPY) +COMMON_CONFIGURE_FLAGS += --with-happy="$(HAPPY)" endif COMMON_CONFIGURE_FLAGS += $(FLAGGED_CONFIGURE_ARGS) \ - --configure-option=--with-cc=$(CC) + --configure-option=--with-cc="$(CC)" COMMON_CONFIGURE_FLAGS += $(shell [ -f $(HSC2HS_INPLACE) ] && \ echo --with-hsc2hs=$(HSC2HS_INPLACE) )