Philip,

thanks for the release of 4.53. Although I installed the RC1 on more than
30 production systems, I didn't notice a typo in src/pcre/Makefile which
causes problems during installation of the final release on some of my more
exotic systems.

The following patch should be self-explanatory:

--- src/pcre/Makefile.org       2005-09-26 12:28:09.000000000 +0200
+++ src/pcre/Makefile   2005-09-26 21:25:49.668717554 +0200
@@ -57,7 +57,7 @@
                @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


Heiko

Heiko Schlichting        | Freie Universität Berlin
[EMAIL PROTECTED]       | Zentraleinrichtung für Datenverarbeitung (ZEDAT)
Telefon +49 30 838-54327 | Fabeckstraße 32
Telefax +49 30 838454327 | 14195 Berlin

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to