adjusted the binutils version number to the MinGW project's suddenly changed naming schema

This commit is contained in:
Volker Grabsch 2009-03-23 01:30:09 +01:00
parent 01535b33b7
commit 577defb3b0
1 changed files with 1 additions and 1 deletions

View File

@ -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/