summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Finch <dot@dotat.at>2011-06-30 19:05:02 +0100
committerTony Finch <dot@dotat.at>2011-06-30 19:05:02 +0100
commit74fc64f2283f197ce744cc8c786f26bd8b16d323 (patch)
tree22c37678df0daf85b875c1b97813c6bf6de95496
parent792e8a19c86fd63afdf36843dd627bb94f154e4b (diff)
Another PCRE remnant.
-rwxr-xr-xsrc/scripts/MakeLinks6
1 files changed, 4 insertions, 2 deletions
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