projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
package/arptables: update to 0.0.3-4
[openwrt.git]
/
package
/
bridge-utils
/
Makefile
diff --git
a/package/bridge-utils/Makefile
b/package/bridge-utils/Makefile
index
6dea484
..
35b8838
100644
(file)
--- a/
package/bridge-utils/Makefile
+++ b/
package/bridge-utils/Makefile
@@
-4,7
+4,6
@@
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
-# $Id$
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
@@
-42,10
+41,13
@@
endef
CONFIGURE_ARGS += \
--with-linux-headers="$(LINUX_DIR)" \
CONFIGURE_ARGS += \
--with-linux-headers="$(LINUX_DIR)" \
-define Build/Configure
- (cd $(PKG_BUILD_DIR); \
- autoconf; \
- ./configure $(CONFIGURE_ARGS) \
+define Build/Prepare
+$(call Build/Prepare/Default)
+ ( cd $(PKG_BUILD_DIR) ; \
+ [ -f ./configure ] || { \
+ ln -sf configure.in configure.ac ; \
+ autoconf ; \
+ } \
)
endef
)
endef
This page took
0.021924 seconds
and
4
git commands to generate.