From: Michael Tremer Date: Wed, 17 Feb 2021 14:57:21 +0000 (+0000) Subject: xfsprogs: Update automake X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef412a7ccfa165752951ac15063f3433d90c8a6c;p=people%2Fms%2Fipfire-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