From 344f4fb74cd01d58fba4fed3ef2c8bafd7ce2b49 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 6 Oct 2011 13:09:00 +0000 Subject: [PATCH] Adding repository path missed in r4179. --- misc/GNUmakefile | 1 + 1 file changed, 1 insertion(+) 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