diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-03-11 15:42:41 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-03-11 15:42:41 +0000 |
| commit | 6bb889f442bd7c5c6f640021014014ebc59bac27 (patch) | |
| tree | 98f16aacbe23f5d442bfef814672ace7e1ab12dc /auto/lib/pcre/patch.Makefile.in | |
| parent | 7b90834fbab2f2d5979a2787674bb246139405d9 (diff) | |
| download | nginx-6bb889f442bd7c5c6f640021014014ebc59bac27.tar.gz nginx-6bb889f442bd7c5c6f640021014014ebc59bac27.tar.bz2 | |
nginx-0.0.2-2004-03-11-18:42:41 import
Diffstat (limited to 'auto/lib/pcre/patch.Makefile.in')
| -rw-r--r-- | auto/lib/pcre/patch.Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/auto/lib/pcre/patch.Makefile.in b/auto/lib/pcre/patch.Makefile.in new file mode 100644 index 000000000..1b088ad0c --- /dev/null +++ b/auto/lib/pcre/patch.Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in Thu Mar 11 16:19:09 2004 ++++ Makefile.in Thu Mar 11 16:21:16 2004 +@@ -96,7 +96,7 @@ + OBJ = maketables.@OBJEXT@ get.@OBJEXT@ study.@OBJEXT@ pcre.@OBJEXT@ @POSIX_OBJ@ + LOBJ = maketables.lo get.lo study.lo pcre.lo @POSIX_LOBJ@ + +-all: libpcre.la @POSIX_LIB@ pcretest@EXEEXT@ pcregrep@EXEEXT@ @ON_WINDOWS@ winshared ++all: libpcre.la + + pcregrep@EXEEXT@: libpcre.la pcregrep.@OBJEXT@ @ON_WINDOWS@ winshared + $(LINK) -o pcregrep@EXEEXT@ pcregrep.@OBJEXT@ libpcre.la |
