diff options
author | Ted Hess <thess@kitschensync.net> | 2023-05-29 15:44:27 -0400 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2023-05-29 17:24:02 -0400 |
commit | b7afecad9d87c7044c80324b8d88c34ddd2d2ff7 (patch) | |
tree | 76c0209ca55469ccef513fe2d6f981578859d7ed /utils/zile | |
parent | 67a854aee28f6a360af1c595fdea396c9193b6e9 (diff) |
Zile: Remove autoreconf.
It is no longer required since gnulib is now local to host build environment (tools/gnulib).
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'utils/zile')
-rw-r--r-- | utils/zile/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/utils/zile/Makefile b/utils/zile/Makefile index 6669dd2f5..2e4a36dbf 100644 --- a/utils/zile/Makefile +++ b/utils/zile/Makefile @@ -1,6 +1,4 @@ # -# Copyright (C) 2006-2016 OpenWrt.org -# # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # @@ -9,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=zile PKG_VERSION:=2.3.24 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/zile @@ -19,7 +17,6 @@ PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=COPYING -PKG_FIXUP:=autoreconf PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk |