diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-06-18 15:14:06 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-06-18 15:14:06 +0000 |
commit | ccc79d26983d4af0e0bce2dbd65c5fd8d3dfb573 (patch) | |
tree | 9bd33126a011767257acea6e17a735903edb8576 /package/spca5xx-view | |
parent | c8097560cf9b0c8596256403456d282b33880bce (diff) | |
download | upstream-ccc79d26983d4af0e0bce2dbd65c5fd8d3dfb573.tar.gz upstream-ccc79d26983d4af0e0bce2dbd65c5fd8d3dfb573.tar.bz2 upstream-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/spca5xx-view')
-rw-r--r-- | package/spca5xx-view/Makefile | 2 |
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 |