X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=tools%2Fautoconf%2FMakefile;h=ec154e46471e9f3a211b8fc200ca1959f29aacb2;hp=12bbaba2559b2d7edb8ac6888b62a644d3093b69;hb=e7049e3b049749e6adfc3ee9ff2c2f3b87112045;hpb=001f766f0e023933c1debbdbc1f8b3d51035a7b3 diff --git a/tools/autoconf/Makefile b/tools/autoconf/Makefile index 12bbaba255..ec154e4647 100644 --- a/tools/autoconf/Makefile +++ b/tools/autoconf/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=autoconf -PKG_VERSION:=2.62 +PKG_VERSION:=2.69 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/autoconf -PKG_MD5SUM:=e1fb8fe0b22e651240afdfa2be537a3c +PKG_MD5SUM:=50f97f4159805e374639a73e2636f22e include $(INCLUDE_DIR)/host-build.mk @@ -30,7 +30,7 @@ define Host/Install endef define Host/Clean - export SHELL="$(BASH)"; $(MAKE) -C $(HOST_BUILD_DIR) uninstall + -export SHELL="$(BASH)"; $(MAKE) -C $(HOST_BUILD_DIR) uninstall $(call Host/Clean/Default) endef