comparison misc/GNUmakefile @ 4181:871229f8173c

Adding repository path missed in r4179.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 06 Oct 2011 13:09:00 +0000
parents 1da3c3b429c1
children effc7962aebe
comparison
equal deleted inserted replaced
4180:295aa52c73d3 4181:871229f8173c
1 1
2 VER = $(shell grep 'define NGINX_VERSION' src/core/nginx.h \ 2 VER = $(shell grep 'define NGINX_VERSION' src/core/nginx.h \
3 | sed -e 's/^.*\"\(.*\)\"/\1/') 3 | sed -e 's/^.*\"\(.*\)\"/\1/')
4 NGINX = nginx-$(VER) 4 NGINX = nginx-$(VER)
5 TEMP = tmp 5 TEMP = tmp
6 REPO = svn://svn.nginx.com
6 7
7 OBJS = objs.msvc8 8 OBJS = objs.msvc8
8 OPENSSL = openssl-1.0.0d 9 OPENSSL = openssl-1.0.0d
9 ZLIB = zlib-1.2.3 10 ZLIB = zlib-1.2.3
10 PCRE = pcre-7.9 11 PCRE = pcre-7.9