various ccache fixes (closes: #1599), thanks to Bartman007
[packages.git] / ipv6 / totd / Makefile
index d9b2444..6494ee2 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