From: Nicolas Thill Date: Sun, 19 Aug 2007 06:41:38 +0000 (+0000) Subject: add back STAGING_DIR/usr/bin to TARGET_PATH until all library packages that install... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=dd2743a29550ecabc13c8b31dcc124ce0573baf8 add back STAGING_DIR/usr/bin to TARGET_PATH until all library packages that install *-config scripts there are fixed SVN-Revision: 8429 --- diff --git a/rules.mk b/rules.mk index a27d3b1d42..e76c75d04b 100644 --- a/rules.mk +++ b/rules.mk @@ -52,7 +52,7 @@ ifeq ($(CONFIG_NATIVE_TOOLCHAIN),) TARGET_CROSS?=$(OPTIMIZE_FOR_CPU)-linux-uclibc- endif -TARGET_PATH:=$(TOOLCHAIN_DIR)/bin:$(STAGING_DIR_HOST)/bin:$(PATH) +TARGET_PATH:=$(TOOLCHAIN_DIR)/bin:$(STAGING_DIR_HOST)/bin:$(STAGING_DIR)/usr/bin:$(PATH) TARGET_CFLAGS:=$(TARGET_OPTIMIZATION) -fhonour-copts export PATH:=$(TARGET_PATH)