summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/ipkg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ipkg/Makefile b/package/ipkg/Makefile
index 8b3b5c87f..209069122 100644
--- a/package/ipkg/Makefile
+++ b/package/ipkg/Makefile
@@ -42,7 +42,7 @@ CONFIGURE_ARGS += $(DISABLE_LARGEFILE)
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
- CC=$(TARGET_CC) \
+ CC="$(TARGET_CC)" \
DESTDIR="$(PKG_INSTALL_DIR)" \
all install
endef