From 2385532a46c2cc9bc2b48664dda18e9b71c6675a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 22 Feb 2021 11:04:40 +0000 Subject: [PATCH] ntp: Update automake Signed-off-by: Michael Tremer --- lfs/ntp | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/ntp b/lfs/ntp index c8f69039d7..ca46e51632 100644 --- a/lfs/ntp +++ b/lfs/ntp @@ -70,6 +70,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) && \ ./configure \ --prefix=/usr \ -- 2.39.5