1
0
mirror of https://git.openwrt.org/feed/routing.git synced 2024-06-17 04:33:58 +02:00

[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:
Nicolas Thill 2009-12-24 02:56:03 +00:00
parent 5d8cb1567a
commit 42159362c1

View File

@ -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