diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-07 08:49:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-07 08:49:13 +0100 |
commit | 12053f1693ac8d18147e514fd1c097ab1b37d601 (patch) | |
tree | d017798906e38900befecafe926faa245280ac2e | |
parent | dd4ffe83f214f94e5240a6e146d99a14575d9edd (diff) |
fix download url
-rw-r--r-- | tools/m4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/m4/Makefile b/tools/m4/Makefile index 996132510..f4a1bae1a 100644 --- a/tools/m4/Makefile +++ b/tools/m4/Makefile @@ -7,7 +7,7 @@ PKG_NAME:= m4 PKG_VERSION:= 1.4.17 PKG_RELEASE:= 1 PKG_MD5SUM:= a5e9954b1dae036762f7b13673a2cf76 -PKG_SITES:= http://www.gnu.org/software/m4/ +PKG_SITES:= ${MASTER_SITE_GNU:=m4/} include ../rules.mk |