From 6abf77a17261fabe5a1858945c917f4f4827d271 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 26 Mar 2015 14:50:03 +0100 Subject: [PATCH] enable whitespace in CC and LD (nw) --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 2ff0a168653..1df11c28069 100644 --- a/makefile +++ b/makefile @@ -19,10 +19,10 @@ ifdef TOOLS PARAMS+= --with-tools endif ifdef CC -PARAMS+= --CC=$(CC) +PARAMS+= --CC='$(CC)' endif ifdef LD -PARAMS+= --LD=$(LD) +PARAMS+= --LD='$(LD)' endif #-------------------------------------------------