From 99a4b039c498daf4231ae550271424fe563fd033 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Mon, 3 Oct 2005 09:56:42 +0000 Subject: [PATCH 1/1] Fix typo in pcre/Makefile. --- doc/doc-txt/ChangeLog | 7 ++++++- src/src/pcre/Makefile | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 5c39af711..7b06c2503 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.241 2005/09/28 10:46:48 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.242 2005/10/03 09:56:42 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -10,6 +10,11 @@ PH/01 The ${base62: operator adjusted itself to base 36 when BASE_62 was set to 36 (for Darwin and Cygwin), but the ${base62d: operator did not. It now does. +PH/02 Two minor problems detected in Cygwin: the os.{c,h} files had lost */ on + the CVS lines, and there was a missing #if HAVE_IPV6 in host.c. + +PH/03 Typo: missing ".o" in src/pcre/Makefile. + Exim version 4.53 ----------------- diff --git a/src/src/pcre/Makefile b/src/src/pcre/Makefile index 5f6569264..806aa7ca5 100644 --- a/src/src/pcre/Makefile +++ b/src/src/pcre/Makefile @@ -1,4 +1,4 @@ -# $Cambridge: exim/src/src/pcre/Makefile,v 1.4 2005/06/17 11:33:00 ph10 Exp $ +# $Cambridge: exim/src/src/pcre/Makefile,v 1.5 2005/10/03 09:56:42 ph10 Exp $ # Makefile for PCRE (Perl-Compatible Regular Expression) library for use by # Exim. This is a tailored Makefile, not the normal one that comes with the @@ -57,7 +57,7 @@ pcre_get.o: pcre_get.c pcre.h config.h pcre_internal.h Makefile @echo "$(CC) pcre_get.c" $(FE)$(CC) -c $(CFLAGS) pcre_get.c -pcre_globals.: pcre_globals.c pcre.h config.h pcre_internal.h Makefile +pcre_globals.o: pcre_globals.c pcre.h config.h pcre_internal.h Makefile @echo "$(CC) pcre_globals.c" $(FE)$(CC) -c $(CFLAGS) pcre_globals.c -- 2.25.1