Makefile: refer to renamed compile-libuv.sh

get-libuv.sh was renamed to compile-libuv.sh
This commit is contained in:
Rich Wareham 2014-02-24 10:04:42 +00:00
parent d047b28ac1
commit aad5f6341e

View File

@ -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