Adding repository path missed in r4179.

This commit is contained in:
Igor Sysoev 2011-10-06 13:09:00 +00:00
parent fc35bf6434
commit 344f4fb74c

View File

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