From: Felix Fietkau Date: Thu, 5 Oct 2006 11:57:05 +0000 (+0000) Subject: put quotes around the CC variable in wknock (fixes ccache build) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=45728208222f84159d8530f0366a2fe77f0237ac;p=openwrt%2Fsvn-archive%2Fpackages.git put quotes around the CC variable in wknock (fixes ccache build) SVN-Revision: 4925 --- diff --git a/net/wknock/Makefile b/net/wknock/Makefile index 2628bd0a2..8fb54f871 100644 --- a/net/wknock/Makefile +++ b/net/wknock/Makefile @@ -32,7 +32,7 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ - CC=$(TARGET_CC) \ + CC="$(TARGET_CC)" \ CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \ LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib -lpcap" \ all