# HG changeset patch # User Igor Sysoev # Date 1317906540 0 # Node ID 871229f8173c7adedc8bc03d6327c3f8ef83078f # Parent 295aa52c73d3156ebec6e083dbe6e40eacf773e7 Adding repository path missed in r4179. diff --git a/misc/GNUmakefile b/misc/GNUmakefile --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -3,6 +3,7 @@ VER = $(shell grep 'define NGINX_VERSIO | sed -e 's/^.*\"\(.*\)\"/\1/') NGINX = nginx-$(VER) TEMP = tmp +REPO = svn://svn.nginx.com OBJS = objs.msvc8 OPENSSL = openssl-1.0.0d