From: Michael Tremer Date: Mon, 22 Feb 2021 11:04:28 +0000 (+0000) Subject: ntfs-3g: Update automake X-Git-Tag: v2.25-core155~34^2~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=607e86acf69aa685da262a72d02e383e7bdaaec6;p=ipfire-2.x.git ntfs-3g: Update automake Signed-off-by: Michael Tremer --- diff --git a/lfs/ntfs-3g b/lfs/ntfs-3g index 90498f7cfd..3f0ae81341 100644 --- a/lfs/ntfs-3g +++ b/lfs/ntfs-3g @@ -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) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install