Remove superfluous 'slash' in GMP_SITE
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Sat, 13 Oct 2007 23:09:49 +0000 (23:09 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Sat, 13 Oct 2007 23:09:49 +0000 (23:09 -0000)
package/gmp/gmp.mk

index 6e091d043eff6f8621642f5465c3f387eef496dd..95d8deee30b22d1a750b313191babbd5932c4a6f 100644 (file)
@@ -5,7 +5,7 @@
 #############################################################
 GMP_VERSION:=4.2.2
 GMP_SOURCE:=gmp-$(GMP_VERSION).tar.bz2
-GMP_SITE:=http://ftp.sunet.se/pub/gnu/gmp/
+GMP_SITE:=http://ftp.sunet.se/pub/gnu/gmp
 GMP_CAT:=$(BZCAT)
 GMP_DIR:=$(TOOL_BUILD_DIR)/gmp-$(GMP_VERSION)
 GMP_TARGET_DIR:=$(BUILD_DIR)/gmp-$(GMP_VERSION)