fix everything I broke with the previous patches

SVN-Revision: 4436
This commit is contained in:
Mike Baker
2006-08-04 09:14:20 +00:00
parent 1dee38a88e
commit 20922bcde7
7 changed files with 14 additions and 12 deletions

View File

@@ -283,7 +283,7 @@ define Build/Configure
endef
define Build/Compile/Default
$(MAKE) -C $(PKG_BUILD_DIR) \
PATH=$(TARGET_PATH) $(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
CROSS="$(TARGET_CROSS)" \
EXTRA_CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/include -I$(STAGING_DIR)/usr/include" \