aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-06-18 15:14:06 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-06-18 15:14:06 +0000
commitccc79d26983d4af0e0bce2dbd65c5fd8d3dfb573 (patch)
tree9bd33126a011767257acea6e17a735903edb8576 /package
parentc8097560cf9b0c8596256403456d282b33880bce (diff)
downloadmaster-187ad058-ccc79d26983d4af0e0bce2dbd65c5fd8d3dfb573.tar.gz
master-187ad058-ccc79d26983d4af0e0bce2dbd65c5fd8d3dfb573.tar.bz2
master-187ad058-ccc79d26983d4af0e0bce2dbd65c5fd8d3dfb573.zip
Fix spca5xx compilation with ccache (#1849)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7663 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/spca5xx-view/Makefile2
1 files changed, 1 insertions, 1 deletions
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