From: Michael Tremer Date: Thu, 25 Feb 2021 10:34:15 +0000 (+0000) Subject: iftop: Update automake X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a269a4c6eca2295bcb9179e45037e55418bf0425;p=people%2Fstevee%2Fipfire-2.x.git iftop: Update automake Signed-off-by: Michael Tremer --- diff --git a/lfs/iftop b/lfs/iftop index 09f29bfa34..9c95e1b668 100644 --- a/lfs/iftop +++ b/lfs/iftop @@ -79,6 +79,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)