From: Igor Sysoev Date: Tue, 12 May 2009 09:35:14 +0000 (+0000) Subject: correctly apply patch X-Git-Tag: release-0.7.57~2 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=40d6ee9adea071f1c3e720f4f7076b829c2267dd;p=nginx.git correctly apply patch --- diff --git a/auto/lib/pcre/makefile.bcc b/auto/lib/pcre/makefile.bcc index 9fd821d64..239d1293a 100644 --- a/auto/lib/pcre/makefile.bcc +++ b/auto/lib/pcre/makefile.bcc @@ -18,4 +18,4 @@ pcre.lib: pcre.h pcre.h: patch -o pcre.h pcre.in patch.pcre.in patch -o config.h config.in patch.config.in - patch -o pcre.c pcre.c patch.pcre.c + patch < patch.pcre.c diff --git a/auto/lib/pcre/makefile.msvc b/auto/lib/pcre/makefile.msvc index 4da4e0c39..8c4092082 100644 --- a/auto/lib/pcre/makefile.msvc +++ b/auto/lib/pcre/makefile.msvc @@ -20,4 +20,4 @@ pcre.lib: pcre.h pcre.h: patch -o pcre.h pcre.in patch.pcre.in patch -o config.h config.in patch.config.in - patch -o pcre.c pcre.c patch.pcre.c + patch < patch.pcre.c