X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=tools%2Fbison%2FMakefile;h=256512116f9f7b8f90f2dcce24846286e5c50025;hp=3909ec3313e655bdb943ea876a692391e632f134;hb=877f2972d4d8f63644f18688cff7efd7ce280f2b;hpb=948f060014e1ecf1d5c95ecb14320d1deeead32b diff --git a/tools/bison/Makefile b/tools/bison/Makefile index 3909ec3313..256512116f 100644 --- a/tools/bison/Makefile +++ b/tools/bison/Makefile @@ -7,22 +7,25 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bison -PKG_VERSION:=3.0 +PKG_VERSION:=3.0.2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_MD5SUM:=a2624994561aa69f056c904c1ccb2880 +PKG_MD5SUM:=146be9ff9fbd27497f0bf2286a5a2082 PKG_CAT:=xzcat HOST_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/host-build.mk -HOST_LDFLAGS += $(HOST_STATIC_LINKING) - define Host/Clean -$(MAKE) -C $(HOST_BUILD_DIR) uninstall $(call Host/Clean/Default) endef +define Host/Install + $(call Host/Install/Default) + $(INSTALL_BIN) ./scripts/yacc $(STAGING_DIR_HOST)/bin/yacc +endef + $(eval $(call HostBuild))