--- lfs/libtool | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/lfs/libtool b/lfs/libtool index 0172145..b48674a 100644 --- a/lfs/libtool +++ b/lfs/libtool @@ -24,10 +24,10 @@
include Config
-VER = 2.4.4 +VER = 2.4.6
THISAPP = libtool-$(VER) -DL_FILE = $(THISAPP).tar.xz +DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -42,7 +42,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 51bf400de3354687d68dfa2392506b7e +$(DL_FILE)_MD5 = addf44b646ddb4e3919805aa88fa7c5e
install : $(TARGET)
@@ -65,16 +65,13 @@ $(patsubst %,$(DIR_DL)/%,$(objects)) : $(subst %,%_MD5,$(objects)) : @$(MD5)
-dist: - @$(PAK) - ############################################################################### # Installation Details ###############################################################################
$(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 axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install