summaryrefslogtreecommitdiffstats
path: root/package/arptables
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-08-18 21:21:06 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-08-18 21:21:06 +0000
commitae98e0cfbcade9b099afc6f7bcbbaa1ed9d5448c (patch)
treeb24a2ff228ace9eaf2dd4af0aa0bff455301cb3f /package/arptables
parent4c66f72328d338b0e6f01c9cadc3cc0fe26ae2e0 (diff)
Fix/clean several hundred package makefiles
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4603 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/arptables')
-rw-r--r--package/arptables/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/arptables/Makefile b/package/arptables/Makefile
index 855169b7f..40e9ac13b 100644
--- a/package/arptables/Makefile
+++ b/package/arptables/Makefile
@@ -33,7 +33,7 @@ define Build/Compile
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
- CC="$(TARGET_CC)" LD="$(TARGET_CROSS)ld" \
+ $(TARGET_CONFIGURE_OPTS) \
COPT_FLAGS="$(TARGET_CFLAGS)" \
KERNEL_DIR="./include/linux"
endef