From: florian Date: Mon, 18 Jun 2007 15:14:06 +0000 (+0000) Subject: Fix spca5xx compilation with ccache (#1849) X-Git-Tag: fast2504n-3.10.28-merged~21117 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=a2f5c217b42765c0381a845bb12e21ad7844fb75;p=openwrt.git Fix spca5xx compilation with ccache (#1849) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7663 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/spca5xx-view/Makefile b/package/spca5xx-view/Makefile index 263896e1cf..6e6b9f1af7 100644 --- a/package/spca5xx-view/Makefile +++ b/package/spca5xx-view/Makefile @@ -31,7 +31,7 @@ define Package/spca5xx-view endef define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR)/servfox/ CFLAGS=$(TARTGET_CFLAGS) CC=$(TARGET_CC) all + $(MAKE) -C $(PKG_BUILD_DIR)/servfox/ CFLAGS="$(TARTGET_CFLAGS)" CC="$(TARGET_CC)" all $(MAKE) -C $(PKG_BUILD_DIR)/servfox/ PREFIX="$(PKG_INSTALL_DIR)" install endef