diff options
author | Igor Sysoev <igor@sysoev.ru> | 2011-10-06 13:09:00 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2011-10-06 13:09:00 +0000 |
commit | 344f4fb74cd01d58fba4fed3ef2c8bafd7ce2b49 (patch) | |
tree | b51f82857bd9c6b52359d9edc8372a6ced91b8bf | |
parent | fc35bf6434f1b69289eff5e47429649e792398a3 (diff) | |
download | nginx-344f4fb74cd01d58fba4fed3ef2c8bafd7ce2b49.tar.gz nginx-344f4fb74cd01d58fba4fed3ef2c8bafd7ce2b49.zip |
Adding repository path missed in r4179.
-rw-r--r-- | misc/GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |