[packages] bmxd: fix rebuild issue
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/bmxd@18911 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5d8cb1567a
commit
42159362c1
1 changed files with 1 additions and 4 deletions
5
Makefile
5
Makefile
|
@ -50,11 +50,8 @@ MAKE_ARGS += \
|
||||||
STRIP="/bin/true" \
|
STRIP="/bin/true" \
|
||||||
batmand install
|
batmand install
|
||||||
|
|
||||||
define Build/Configure
|
|
||||||
mkdir -p $(PKG_INSTALL_DIR)/bin
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
mkdir -p $(PKG_INSTALL_DIR)/bin
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) $(MAKE_ARGS)
|
$(MAKE) -C $(PKG_BUILD_DIR) $(MAKE_ARGS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue