From: Michael Tremer Date: Mon, 22 Feb 2021 11:00:48 +0000 (+0000) Subject: cifs-utils: Update automake X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0682e29738477cedb9de1970d84ebb056302bead;p=people%2Fms%2Fipfire-2.x.git cifs-utils: Update automake Signed-off-by: Michael Tremer --- 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