From: Michael Tremer Date: Tue, 9 Feb 2021 14:39:00 +0000 (+0000) Subject: libtool: Update automake X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b63a64c95c4071169cb0e8c6b2b528a6025ab2d5;p=people%2Fms%2Fipfire-2.x.git libtool: Update automake Signed-off-by: Michael Tremer --- diff --git a/lfs/libtool b/lfs/libtool index e769a10d0d..940230cf77 100644 --- a/lfs/libtool +++ b/lfs/libtool @@ -75,9 +75,9 @@ dist: $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure \ --prefix=/usr - cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)