]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/autoconf
core166: Ship changes files
[people/mfischer/ipfire-2.x.git] / lfs / autoconf
index ed77c46edc7c81e053f9f114f8f0d57a6e488dc0..99bae07b709634f620fcb404943562f782cac763 100644 (file)
@@ -69,9 +69,9 @@ $(subst %,%_MD5,$(objects)) :
 $(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)