aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Wareham <rjw57@cam.ac.uk>2014-02-24 10:04:42 +0000
committerRich Wareham <rjw57@cam.ac.uk>2014-02-24 10:09:07 +0000
commitaad5f6341edb8fbe950fcc7c9a2b04bc62da4d82 (patch)
treec4ed8f48d7a72771563901c72bd6fc626bad3ab1
parentd047b28ac140b082ef31b9ee7769da505bfd509d (diff)
downloadrneovim-aad5f6341edb8fbe950fcc7c9a2b04bc62da4d82.tar.gz
rneovim-aad5f6341edb8fbe950fcc7c9a2b04bc62da4d82.tar.bz2
rneovim-aad5f6341edb8fbe950fcc7c9a2b04bc62da4d82.zip
Makefile: refer to renamed compile-libuv.sh
get-libuv.sh was renamed to compile-libuv.sh
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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