Browse Source

make: update to latest version

Waldemar Brodkorb 10 years ago
parent
commit
05bcf6cfdf
2 changed files with 2 additions and 13 deletions
  1. 2 2
      package/make/Makefile
  2. 0 11
      package/make/patches/patch-commands_c

+ 2 - 2
package/make/Makefile

@@ -4,9 +4,9 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		make
-PKG_VERSION:=		4.0
+PKG_VERSION:=		4.1
 PKG_RELEASE:=		1
-PKG_HASH:=		fc42139fb0d4b4291929788ebaf77e2a4de7eaca95e31f3634ef7d4932051f69
+PKG_HASH:=		9fc7a9783d3d2ea002aa1348f851875a2636116c433677453cc1d1acc3fc4d55
 PKG_DESCR:=		c/c++ code buildtool
 PKG_SECTION:=		dev/tools
 PKG_DEPENDS:=		libelf

+ 0 - 11
package/make/patches/patch-commands_c

@@ -1,11 +0,0 @@
---- make-4.0.orig/commands.c	2013-10-06 01:12:24.000000000 +0200
-+++ make-4.0/commands.c	2014-07-30 15:31:01.450155946 +0200
-@@ -14,8 +14,6 @@ A PARTICULAR PURPOSE.  See the GNU Gener
- You should have received a copy of the GNU General Public License along with
- this program.  If not, see <http://www.gnu.org/licenses/>.  */
- 
--#include <dlfcn.h>
--
- #include "makeint.h"
- #include "filedef.h"
- #include "dep.h"