From: Igor Sysoev Date: Thu, 6 Oct 2011 13:09:00 +0000 (+0000) Subject: Adding repository path missed in r4179. X-Git-Tag: release-1.1.6~31 X-Git-Url: http://git.kaiwu.me/sitemap.xml?a=commitdiff_plain;h=344f4fb74cd01d58fba4fed3ef2c8bafd7ce2b49;p=nginx.git Adding repository path missed in r4179. --- 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