]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
libtool: Update automake
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Feb 2021 14:39:00 +0000 (14:39 +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/libtool

index e769a10d0d6d426e67556214b32c841a7f53a0b5..940230cf77679989baef4c788c8c34cf91439360 100644 (file)
@@ -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)