From aad5f6341edb8fbe950fcc7c9a2b04bc62da4d82 Mon Sep 17 00:00:00 2001 From: Rich Wareham Date: Mon, 24 Feb 2014 10:04:42 +0000 Subject: [PATCH] Makefile: refer to renamed compile-libuv.sh get-libuv.sh was renamed to compile-libuv.sh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6e456022c2..634c0a839c 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ test: build/src/vim deps: .deps/usr/lib/libuv.a .deps/usr/lib/libuv.a: - sh -e scripts/get-libuv.sh + sh -e scripts/compile-libuv.sh cmake: clean mkdir build