diff options
author | Ralph Hempel <ralph.hempel@lantiq.com> | 2009-05-31 10:07:35 +0000 |
---|---|---|
committer | Ralph Hempel <ralph.hempel@lantiq.com> | 2009-05-31 10:07:35 +0000 |
commit | 69fbe5c3b04e029e5ea96a66ddbd0c64554aac9a (patch) | |
tree | 742ae9f9591a3bcde21c02f651ef8972290f9d94 /tools/bison/Makefile | |
parent | 26099a3c2345d6fc4abbcbc08f58db15ea04577d (diff) | |
download | upstream-69fbe5c3b04e029e5ea96a66ddbd0c64554aac9a.tar.gz upstream-69fbe5c3b04e029e5ea96a66ddbd0c64554aac9a.tar.bz2 upstream-69fbe5c3b04e029e5ea96a66ddbd0c64554aac9a.zip |
fix download url
SVN-Revision: 16226
Diffstat (limited to 'tools/bison/Makefile')
-rw-r--r-- | tools/bison/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bison/Makefile b/tools/bison/Makefile index 60b4946820..16947c7d4f 100644 --- a/tools/bison/Makefile +++ b/tools/bison/Makefile @@ -10,7 +10,7 @@ PKG_NAME:=bison PKG_VERSION:=2.3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=ftp://ftp.gnu.org/gnu/$(PKG_NAME) +PKG_SOURCE_URL:=@GNU/$(PKG_NAME) PKG_MD5SUM:=22327efdd5080e2b1acb6e560a04b43a PKG_CAT:=zcat |