diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-03 19:27:27 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-03 19:27:27 +0000 |
commit | d681cd0117a182ed82e4d6aee6a69e5aa3994c47 (patch) | |
tree | 5d5d6db6a021e829059e6b49ea40488a6779c9c2 /target/linux | |
parent | 663ae0a0ed1627f210c0f64ab0c75d0d9b8a3fbc (diff) |
add PATH
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1832 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/package/shfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/package/shfs/Makefile b/target/linux/package/shfs/Makefile index 2231363b3..721735223 100644 --- a/target/linux/package/shfs/Makefile +++ b/target/linux/package/shfs/Makefile @@ -31,6 +31,7 @@ $(PKG_BUILD_DIR)/.built: mkdir -p $(PKG_INSTALL_DIR) $(MAKE) -C $(PKG_BUILD_DIR) \ ARCH="$(LINUX_KARCH)" \ + PATH="$(TARGET_PATH)" \ OFLAGS="$(TARGET_CFLAGS)" \ CC="$(TARGET_CC)" \ LINKER="$(TARGET_CC)" \ |