From f6cd7ba20510ad0fc6fe4368c17b7267719bcba1 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 11 Dec 2009 04:31:29 +0000 Subject: [PATCH] updatedd: run aclocal, autoconf, automake to fix remaining build inconsistencies git-svn-id: svn://svn.openwrt.org/openwrt/packages@18741 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.11.0