summaryrefslogtreecommitdiff
path: root/openwrt/package/libpcap
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-08-04 11:59:52 +0000
committerMike Baker <mbm@openwrt.org>2006-08-04 11:59:52 +0000
commit5d30e6cb47c4e4105e2b9c4c28de6d34a0385923 (patch)
treee02564cc38e90cb6809aacc73537fdc4212ea8fe /openwrt/package/libpcap
parent8cad57f8c24d4cc07f1e10ed957ffe4a2912af8a (diff)
downloadmtk-20170518-5d30e6cb47c4e4105e2b9c4c28de6d34a0385923.zip
mtk-20170518-5d30e6cb47c4e4105e2b9c4c28de6d34a0385923.tar.gz
mtk-20170518-5d30e6cb47c4e4105e2b9c4c28de6d34a0385923.tar.bz2
set PATH in rules.mk
SVN-Revision: 4438
Diffstat (limited to 'openwrt/package/libpcap')
-rw-r--r--openwrt/package/libpcap/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/package/libpcap/Makefile b/openwrt/package/libpcap/Makefile
index 155748a..1d9d437 100644
--- a/openwrt/package/libpcap/Makefile
+++ b/openwrt/package/libpcap/Makefile
@@ -71,7 +71,6 @@ define Build/Compile
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
CCOPT="$(TARGET_CFLAGS) -I$(BUILD_DIR)/linux/include" \
- PATH=$(TARGET_PATH) \
DESTDIR="$(PKG_INSTALL_DIR)" \
all install
endef