From 263f6ca403f213a9c2e25b541d11e0cc7897f946 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 22 Feb 2021 11:00:48 +0000 Subject: [PATCH] cifs-utils: Update automake Signed-off-by: Michael Tremer --- lfs/cifs-utils | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/cifs-utils b/lfs/cifs-utils index 05705393cd..c3a98f6d60 100644 --- a/lfs/cifs-utils +++ b/lfs/cifs-utils @@ -77,6 +77,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) && ./configure cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install -- 2.39.5