From ceecc58a3f164fe6d115668e94d96b701e3f6c5b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 17 Feb 2021 14:57:21 +0000 Subject: [PATCH] xfsprogs: Update automake Signed-off-by: Michael Tremer --- lfs/xfsprogs | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5