summaryrefslogtreecommitdiff
path: root/src/scripts
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-02-09 21:42:32 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2018-02-09 21:42:32 +0000
commit165acdd1ea3b7399b2279f94c881f8e366efaf71 (patch)
treebb2df66fabaa11df006210ecfd2c1807047ae8f0 /src/scripts
parentfc45ffe558f95017461aab9ea3830cedc00551b3 (diff)
downloadexim4-165acdd1ea3b7399b2279f94c881f8e366efaf71.tar.gz
Macros: convert to tree for speed of lookup
Diffstat (limited to 'src/scripts')
-rwxr-xr-xsrc/scripts/MakeLinks2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks
index 7fc1d19b4..ac51687ea 100755
--- a/src/scripts/MakeLinks
+++ b/src/scripts/MakeLinks
@@ -110,7 +110,7 @@ for f in blob.h dbfunctions.h dbstuff.h exim.h functions.h globals.h \
tod.c transport.c tree.c verify.c version.c \
dkim.c dkim.h dkim_transport.c dmarc.c dmarc.h \
valgrind.h memcheck.h \
- macro_predef.c macro_predef.h
+ macro.c macro_predef.c macro_predef.h
do
ln -s ../src/$f $f
done