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.openwrt.org/?a=commitdiff_plain;h=1bf788bed255d893594c9b8dcdfa12482f0c022b;p=openwrt%2Fsvn-archive%2Farchive.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 2628bd0a20..8fb54f8710 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