diff --git a/Makefile b/Makefile index d3ee4d0..04c8fff 100644 --- 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