fix everything I broke with the previous patches

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4436 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Mike Baker
2006-08-04 09:14:20 +00:00
parent a4a9ba8874
commit 834f917619
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" \