]> git.kaiwu.me - nginx.git/commitdiff
fix "make zip", the bug has been introduced in r2841
authorIgor Sysoev <igor@sysoev.ru>
Mon, 18 May 2009 16:50:05 +0000 (16:50 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 18 May 2009 16:50:05 +0000 (16:50 +0000)
misc/GNUmakefile

index 58c371db382ea45209acfb61b54c032599d67bd8..eed4afa99223b24a0d4c2f90638eb8c136a3c963 100644 (file)
@@ -7,7 +7,7 @@ TEMP =          tmp
 OBJS =         objs.msvc8
 OPENSSL =      openssl-0.9.8k
 ZLIB =         zlib-1.2.3
-PCRE =         pcre-4.4
+PCRE =         pcre-7.9
 
 
 release:
@@ -94,8 +94,8 @@ zip:
        cp -p $(OBJS)/lib/$(OPENSSL)/LICENSE                            \
                $(TEMP)/$(NGINX)/docs/OpenSSL.LICENSE
 
-       cp -p $(OBJS)/lib/$(PCRE)/COPYING                               \
-               $(TEMP)/$(NGINX)/docs/PCRE.COPYING
+       cp -p $(OBJS)/lib/$(PCRE)/LICENCE                               \
+               $(TEMP)/$(NGINX)/docs/PCRE.LICENCE
 
        perl -ne 'print if /^ \(C\) 1995-2004/ .. /^  jloup\@gzip.org/' \
                $(OBJS)/lib/$(ZLIB)/README                              \