diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-05-18 16:50:05 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-05-18 16:50:05 +0000 |
| commit | 9616130cd5ee1facc078d92c0273ea78d7e65218 (patch) | |
| tree | cc7f3300febacd0b061294b2f296f466de26417d | |
| parent | 6091c8c33ea8ea5dffa6ebb96b7d0715c2c32cbf (diff) | |
| download | nginx-9616130cd5ee1facc078d92c0273ea78d7e65218.tar.gz nginx-9616130cd5ee1facc078d92c0273ea78d7e65218.tar.bz2 | |
fix "make zip", the bug has been introduced in r2841
| -rw-r--r-- | misc/GNUmakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 58c371db3..eed4afa99 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -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 \ |
