changeset 301:d65d17d8940f

adjusted the binutils version number to the MinGW project's suddenly changed naming schema
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 23 Mar 2009 01:30:09 +0100
parents b116b06a2bca
children 6098a4a72b60
files src/binutils.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/binutils.mk	Mon Mar 23 01:26:15 2009 +0100
+++ b/src/binutils.mk	Mon Mar 23 01:30:09 2009 +0100
@@ -1,7 +1,7 @@
 # MinGW binutils
 
 PKG            := binutils
-$(PKG)_VERSION := 2.19.1-mingw32
+$(PKG)_VERSION := 2.19.1
 $(PKG)_SUBDIR  := binutils-$(firstword $(subst -, ,$($(PKG)_VERSION)))
 $(PKG)_FILE    := binutils-$($(PKG)_VERSION)-src.tar.gz
 $(PKG)_WEBSITE := http://mingw.sourceforge.net/