diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 091766939..1ba208ac4 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -3,6 +3,7 @@ VER = $(shell grep 'define NGINX_VERSION' src/core/nginx.h \ | sed -e 's/^.*\"\(.*\)\"/\1/') NGINX = nginx-$(VER) TEMP = tmp +REPO = svn://svn.nginx.com OBJS = objs.msvc8 OPENSSL = openssl-1.0.0d