diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-01-07 02:07:51 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-01-07 02:07:51 +0000 |
commit | 02b4c152e205b4ef56e3f53ae1cce02af699ebb9 (patch) | |
tree | c46384a085c5081d13bbe2020253ab0c3f9d87e5 /tools | |
parent | d8bd549d717f702d2c71b12a24fbdf307f19a2f6 (diff) | |
download | upstream-02b4c152e205b4ef56e3f53ae1cce02af699ebb9.tar.gz upstream-02b4c152e205b4ef56e3f53ae1cce02af699ebb9.tar.bz2 upstream-02b4c152e205b4ef56e3f53ae1cce02af699ebb9.zip |
mpfr: add missing MD5SUM
SVN-Revision: 19060
Diffstat (limited to 'tools')
-rw-r--r-- | tools/mpfr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mpfr/Makefile b/tools/mpfr/Makefile index c41cc66b5c..e986719830 100644 --- a/tools/mpfr/Makefile +++ b/tools/mpfr/Makefile @@ -11,7 +11,7 @@ PKG_VERSION:=2.4.1 PKG_SOURCE_URL:=http://www.mpfr.org/mpfr-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_MD5SUM:= +PKG_MD5SUM:=c5ee0a8ce82ad55fe29ac57edd35d09e include $(INCLUDE_DIR)/host-build.mk |