projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d8cb15
)
[packages] bmxd: fix rebuild issue
author
Nicolas Thill
<nico@openwrt.org>
Thu, 24 Dec 2009 02:56:03 +0000
(
02:56
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Thu, 24 Dec 2009 02:56:03 +0000
(
02:56
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/bmxd@18911
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index d3ee4d0d2ad8b31d83874d2d29740032a37539ac..04c8fff773b95ad4b5fb7d0e3311636b56f59280 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-50,11
+50,8
@@
MAKE_ARGS += \
STRIP="/bin/true" \
batmand install
-define Build/Configure
- mkdir -p $(PKG_INSTALL_DIR)/bin
-endef
-
define Build/Compile
+ mkdir -p $(PKG_INSTALL_DIR)/bin
$(MAKE) -C $(PKG_BUILD_DIR) $(MAKE_ARGS)
endef