diff options
Diffstat (limited to 'tools/elfutils/Makefile')
-rw-r--r-- | tools/elfutils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/elfutils/Makefile b/tools/elfutils/Makefile index 140250801c..466fc31271 100644 --- a/tools/elfutils/Makefile +++ b/tools/elfutils/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=elfutils PKG_VERSION:=0.191 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://sourceware.org/$(PKG_NAME)/ftp/$(PKG_VERSION) @@ -41,7 +41,6 @@ PKG_GNULIB_ARGS = \ PKG_GNULIB_MODS = \ argp \ - dirname \ fts \ obstack \ progname \ |