projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add fix from whiterussian
[openwrt.git]
/
openwrt
/
package
/
arptables
/
Makefile
diff --git
a/openwrt/package/arptables/Makefile
b/openwrt/package/arptables/Makefile
index
018d8af
..
ceb7450
100644
(file)
--- a/
openwrt/package/arptables/Makefile
+++ b/
openwrt/package/arptables/Makefile
@@
-1,8
+1,5
@@
-#############################################################
-#
-# arptables
-#
-#############################################################
+# $Id$
+
include $(TOPDIR)/rules.mk
PKG_NAME:=arptables
include $(TOPDIR)/rules.mk
PKG_NAME:=arptables
@@
-18,6
+15,9
@@
include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,ARPTABLES,arptables,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(eval $(call PKG_template,ARPTABLES,arptables,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
+$(PKG_BUILD_DIR)/.configured:
+ touch $@
+
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
CC=$(TARGET_CC) LD=$(TARGET_CROSS)ld \
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
CC=$(TARGET_CC) LD=$(TARGET_CROSS)ld \
This page took
0.024877 seconds
and
4
git commands to generate.