various ccache fixes (closes: #1599), thanks to Bartman007
[openwrt/svn-archive/archive.git] / ipv6 / totd / Makefile
index d9b2444cae0a7fd15a66e955d9a8e7600436fa62..6494ee2c1bd9a494f08bd525c046ba75963cf91e 100644 (file)
@@ -42,7 +42,7 @@ endef
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
                DESTDIR="$(PKG_INSTALL_DIR)" \
-               CC=$(TARGET_CC) \
+               CC="$(TARGET_CC)" \
                all
 endef