From f49be8486709e07849708c6b23d4593238570dbe Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 17 Feb 2021 14:57:33 +0000 Subject: [PATCH] usbutils: Update automake Signed-off-by: Michael Tremer --- lfs/usbutils | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/usbutils b/lfs/usbutils index 055a7b8227..9e919cbec8 100644 --- a/lfs/usbutils +++ b/lfs/usbutils @@ -70,6 +70,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 --prefix=/usr \ --datadir=/usr/share/hwdata \ --disable-zlib -- 2.39.2