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=19687d0beb7a1be0c5fcbaa9cfab2a81e9e0f282;p=people%2Fms%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)