projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix building the screen package (stupid configure script doesn't figure out that...
[openwrt.git]
/
openwrt
/
package
/
ebtables
/
Makefile
diff --git
a/openwrt/package/ebtables/Makefile
b/openwrt/package/ebtables/Makefile
index
44a175e
..
a928a2d
100644
(file)
--- a/
openwrt/package/ebtables/Makefile
+++ b/
openwrt/package/ebtables/Makefile
@@
-16,6
+16,9
@@
include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,EBTABLES,$(PKG_NAME),$(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 \
This page took
0.02881 seconds
and
4
git commands to generate.