Fix typos and add quotes, potentially fix build failures with ccache (#2533)

SVN-Revision: 9335
owl
Florian Fainelli 2007-10-16 13:54:32 +00:00
parent c96dcab711
commit 1878758fa1
1 changed files with 1 additions and 1 deletions

View File

@ -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