From: Michael Tremer Date: Wed, 17 Feb 2021 14:57:21 +0000 (+0000) Subject: xfsprogs: Update automake X-Git-Tag: v2.25-core155~34^2~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ceecc58a3f164fe6d115668e94d96b701e3f6c5b;p=ipfire-2.x.git xfsprogs: Update automake Signed-off-by: Michael Tremer --- diff --git a/lfs/xfsprogs b/lfs/xfsprogs index 80770a4f27..2198642740 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -81,6 +81,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && make $(MAKETUNING) DEBUG=-DNDEBUG INSTALL_USER=root INSTALL_GROUP=root \ LOCAL_CONFIGURE_OPTIONS="$(CONFIGURE_OPTIONS)" cd $(DIR_APP) && make install install-dev