]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/gutenprint
gutenprint: FTBFS on aarch64
[ipfire-2.x.git] / lfs / gutenprint
index 1124a3f69138d8209dcb3c335a2ea06f9aadef48..b5428ec6a82696d6d9d076d442db90c50d35a8fe 100644 (file)
@@ -76,8 +76,8 @@ $(subst %,%_MD5,$(objects)) :
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
-       @rm -rf $(DIR_APP)
-       cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
+       $(UPDATE_AUTOMAKE)
        cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc
        cd $(DIR_APP) && make
        cd $(DIR_APP) && make install