From: Tony Finch Date: Thu, 30 Jun 2011 18:05:02 +0000 (+0100) Subject: Another PCRE remnant. X-Git-Tag: list_safety_merge_proposal~18 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/74fc64f2283f197ce744cc8c786f26bd8b16d323 Another PCRE remnant. --- diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks index 87baa3850..a4ab31cc8 100755 --- a/src/scripts/MakeLinks +++ b/src/scripts/MakeLinks @@ -24,9 +24,11 @@ echo "" echo ">>> Creating links to source files..." -# PCRE is no longer part of the source distribution, so is no longer linked +# The sources for modular parts of Exim have to be linked independently +# in their own sub-directories, since their .o files are built using +# their own Makefile in their sub-directory. -# Likewise for the lookups +# Firstly the lookups mkdir lookups cd lookups ln -s ../../src/lookups/README README