summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-10-16 13:54:32 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-10-16 13:54:32 +0000
commit411a7e18623fb94ca0fe427fb6e7d067f51187f8 (patch)
tree2193037c519bbe558f2e4416b5b68fddda7e790e /package
parentbf123d56d43e31c09b86faa9d8eee82475e5dab5 (diff)
Fix typos and add quotes, potentially fix build failures with ccache (#2533)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9335 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/foxboard-utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/foxboard-utils/Makefile b/package/foxboard-utils/Makefile
index 11fea9dc1..6cb997de8 100644
--- a/package/foxboard-utils/Makefile
+++ b/package/foxboard-utils/Makefile
@@ -34,7 +34,7 @@ define Package/foxboard-utils/description
endef
define Build/Compile
- $(MAKE) -C $(PKG_BUILD_DIR) CFLAGS=$(TARTGET_CFLAGS) CC=$(TARGET_CC)
+ $(MAKE) -C $(PKG_BUILD_DIR) CFLAGS="$(TARGET_CFLAGS)" CC="$(TARGET_CC)"
$(MAKE) -C $(PKG_BUILD_DIR) PREFIX="$(PKG_INSTALL_DIR)" install
endef