]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/expect
core166: Ship changes files
[people/mfischer/ipfire-2.x.git] / lfs / expect
index 93d6fe6e6aa3768cedd67f8871ac2eef1f2172c1..c5b8bee10c3d00b020881f1ef4156a3e1b324a4b 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2016  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -70,11 +70,12 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) $(DIR_SRC)/tcl* && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       $(UPDATE_AUTOMAKE)
        cd $(DIR_APP) && ./configure \
-                       --prefix=/tools \
+                       --prefix=$(TOOLS_DIR) \
                        --build=$(BUILDTARGET) \
-                       --with-tcl=/tools/lib \
-                       --with-tclinclude=/tools/include \
+                       --with-tcl=$(TOOLS_DIR)/lib \
+                       --with-tclinclude=$(TOOLS_DIR)/include \
                        --with-x=no \
                        --disable-nls
        cd $(DIR_APP) && make $(MAKETUNING)