From a84927ab1fc78eda83dccb35d851a61f5c314b84 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 16 Feb 2021 16:52:43 +0000 Subject: [PATCH] bind: Update automake Signed-off-by: Michael Tremer --- lfs/bind | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/bind b/lfs/bind index c8167c2464..592d61ed29 100644 --- a/lfs/bind +++ b/lfs/bind @@ -73,6 +73,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && STD_CDEFINES="$(CPPFLAGS)" \ ./configure \ --prefix=/usr \ -- 2.39.5