diff --git a/Makefile b/Makefile index 87422f98e..599596c36 100644 --- a/Makefile +++ b/Makefile @@ -217,8 +217,8 @@ install-deps-skyapi-MSYS_NT-10.0: cd deps && wget http://curl.haxx.se/download/curl-7.58.0.tar.gz cd deps && tar -xf curl-7.58.0.tar.gz cd deps/curl-7.58.0/ && mkdir build && cd build && cmake -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ .. - cd deps/curl-7.58.0/build && make - cd deps/curl-7.58.0/build && sudo make install + cd deps/curl-7.58.0/ && make + cd deps/curl-7.58.0/ && sudo make install install-deps-libc: install-deps-libc-$(UNAME_S) ## Install deps for libc