X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/78202d191b1e0332bd03740e83a3e8c07819810d..cbadcab30ff20dd6bea598529e49f4273dc28c60:/package/opkg/Makefile diff --git a/package/opkg/Makefile b/package/opkg/Makefile index 76729db7b..97971b3af 100644 --- a/package/opkg/Makefile +++ b/package/opkg/Makefile @@ -53,7 +53,7 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ - CC=$(TARGET_CC) \ + CC="$(TARGET_CC)" \ DESTDIR="$(PKG_INSTALL_DIR)" \ all install endef