diff --git a/config/rootfiles/packages/make b/config/rootfiles/packages/make index ebdca7ea2..bcbd16e11 100644 --- a/config/rootfiles/packages/make +++ b/config/rootfiles/packages/make @@ -3,4 +3,5 @@ usr/bin/make #usr/share/info/make.info #usr/share/info/make.info-1 #usr/share/info/make.info-2 +#usr/share/info/make.info-3 #usr/share/man/man1/make.1 diff --git a/lfs/make b/lfs/make index caddead2a..feaeab658 100644 --- a/lfs/make +++ b/lfs/make @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # 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 # @@ -26,14 +26,14 @@ include Config SUMMARY = GNU make -VER = 4.3 +VER = 4.4 THISAPP = make-$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) PROG = make -PAK_VER = 5 +PAK_VER = 6 DEPS = @@ -59,7 +59,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 5a82ce1f30eb034366ac3b87d2ec6698aae17d7b1a611941cf42136b2453b34236ab55382eab0a593c43cee8b036ba4a054f966c41ba766fdbd2862942be5dff +$(DL_FILE)_BLAKE2 = 5b8a2fcd7610c33347c2e552fdc4f2698c9a4c468de588c9687cd11d15f120a37768bcd521231adf32359e3b48b27ab7b142746fd18b1a8d15578d34344f487e install : $(TARGET)