summaryrefslogtreecommitdiff
path: root/m68k-unknown-amigaos/Makefile
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-11-18 23:36:12 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-11-19 11:15:38 +0000
commitff3eeea2ff1a9a2ad04984017c76ce910e465170 (patch)
tree47b7ebf11e7828bce6650faef99f034ae2d43ba7 /m68k-unknown-amigaos/Makefile
parentce27a3869124803c3c17a468dfde6b588c5d423a (diff)
downloadtoolchains-ff3eeea2ff1a9a2ad04984017c76ce910e465170.tar.gz
toolchains-ff3eeea2ff1a9a2ad04984017c76ce910e465170.tar.bz2
clib2 1.207
Remove non-existant file reference from makefile
Diffstat (limited to 'm68k-unknown-amigaos/Makefile')
-rw-r--r--m68k-unknown-amigaos/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/m68k-unknown-amigaos/Makefile b/m68k-unknown-amigaos/Makefile
index 8ddfcc6..5b16afa 100644
--- a/m68k-unknown-amigaos/Makefile
+++ b/m68k-unknown-amigaos/Makefile
@@ -20,8 +20,8 @@ UPSTREAM_MPC_VERSION := 0.8.2
UPSTREAM_MPC_TARBALL := mpc-$(UPSTREAM_MPC_VERSION).tar.gz
UPSTREAM_MPC_URI := http://www.multiprecision.org/mpc/download/$(UPSTREAM_MPC_TARBALL)
-UPSTREAM_CLIB2_VERSION := master
-UPSTREAM_CLIB2_TARBALL := $(UPSTREAM_CLIB2_VERSION).tar.gz
+UPSTREAM_CLIB2_VERSION := 1_207
+UPSTREAM_CLIB2_TARBALL := V$(UPSTREAM_CLIB2_VERSION).tar.gz
UPSTREAM_CLIB2_URI := https://github.com/adtools/clib2/archive/$(UPSTREAM_CLIB2_TARBALL)
UPSTREAM_NDK_TARBALL := ndk-3.9-includes.tar.bz2