From be1d3c19468b1e22526ddf5bbc413857b8ef5229 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 11 Dec 2009 04:31:29 +0000 Subject: [PATCH] updatedd: run aclocal, autoconf, automake to fix remaining build inconsistencies SVN-Revision: 18741 --- net/updatedd/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net/updatedd/Makefile b/net/updatedd/Makefile index 81d9d1ba6..3cc0d4072 100644 --- a/net/updatedd/Makefile +++ b/net/updatedd/Makefile @@ -106,6 +106,11 @@ MAKE_FLAGS += \ DESTDIR="$(PKG_INSTALL_DIR)" \ all install +define Build/Configure + (cd $(PKG_BUILD_DIR); aclocal && autoconf && automake ) + $(call Build/Configure/Default) +endef + define BuildPlugin define Package/$(1)/install $(INSTALL_DIR) $$(1)/usr/lib/updatedd -- 2.30.2