]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
expat: Update automake
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 16 Feb 2021 16:52:54 +0000 (16:52 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Mar 2021 11:14:50 +0000 (11:14 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/expat

index 9b1b8f3b716a93d60e3ee15427f4cd4b9da10f47..878b592707c5357df988989b89bb15256ac1f7ce 100644 (file)
--- a/lfs/expat
+++ b/lfs/expat
@@ -70,9 +70,9 @@ $(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 \
                --prefix=/usr
-
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        cd $(DIR_APP) && install -v -m755 -d /usr/share/doc/$(THISAPP)