From: florian Date: Tue, 16 Oct 2007 13:54:32 +0000 (+0000) Subject: Fix typos and add quotes, potentially fix build failures with ccache (#2533) X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=411a7e18623fb94ca0fe427fb6e7d067f51187f8;p=openwrt-10.03%2F.git 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 --- 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