From: Michael Tremer Date: Fri, 5 Feb 2021 11:49:44 +0000 (-0500) Subject: gawk: Update automake scripts X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=efe5afeb307986a8b90c6f0798274de1ea7168b9;p=people%2Fms%2Fipfire-2.x.git gawk: Update automake scripts Signed-off-by: Michael Tremer --- diff --git a/lfs/gawk b/lfs/gawk index 793b358e24..a4f8eeb9cb 100644 --- a/lfs/gawk +++ b/lfs/gawk @@ -79,6 +79,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) cd $(DIR_APP) && ./configure $(EXTRA_CONFIG) cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install