diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-18 15:14:06 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-18 15:14:06 +0000 |
commit | a2f5c217b42765c0381a845bb12e21ad7844fb75 (patch) | |
tree | 9bd33126a011767257acea6e17a735903edb8576 | |
parent | 3429dab90b57c09bc2f30638decd07b62bbe799b (diff) |
Fix spca5xx compilation with ccache (#1849)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7663 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 263896e1c..6e6b9f1af 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 |