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 | 86397e38b55f95c1b60de5b189cb9013e42b4008 (patch) | |
tree | 4d38b77ba61af145c0425ff819532209ac90c9fd | |
parent | 2bbf2a3c19705646df46036ef86b1b424d81645d (diff) | |
download | upstream-86397e38b55f95c1b60de5b189cb9013e42b4008.tar.gz upstream-86397e38b55f95c1b60de5b189cb9013e42b4008.tar.bz2 upstream-86397e38b55f95c1b60de5b189cb9013e42b4008.zip |
[tools] mpfr: add missing MD5SUM
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19060 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |