From: Michael Tremer Date: Mon, 22 Feb 2021 11:04:28 +0000 (+0000) Subject: ntfs-3g: Update automake X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f46728dbb934815905b9706280b9f26f71c7fa8;p=people%2Fms%2Fipfire-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