From af83711bfee3b3bc7c240e1a42ae260075593377 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 5 Oct 2006 11:57:05 +0000 Subject: [PATCH] put quotes around the CC variable in wknock (fixes ccache build) git-svn-id: svn://svn.openwrt.org/openwrt/packages@4925 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/wknock/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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