summaryrefslogtreecommitdiff
path: root/src/scripts
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-07-08 13:24:38 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2017-07-08 17:19:58 +0100
commitd185889f47b9b27088e777f7d382295c51271586 (patch)
tree79996e6c3a47872df961149b5d29160a5e15923d /src/scripts
parent125103cef97f15a3e37430f3ca7c63d5802c7625 (diff)
downloadexim4-d185889f47b9b27088e777f7d382295c51271586.tar.gz
Prebuild the data structure for builtin macros
Diffstat (limited to 'src/scripts')
-rwxr-xr-xsrc/scripts/MakeLinks3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks
index d361487cf..44e3a4ebc 100755
--- a/src/scripts/MakeLinks
+++ b/src/scripts/MakeLinks
@@ -109,7 +109,8 @@ for f in blob.h dbfunctions.h dbstuff.h exim.h functions.h globals.h \
string.c tls.c tlscert-gnu.c tlscert-openssl.c tls-gnu.c tls-openssl.c \
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
+ valgrind.h memcheck.h \
+ macro_predef.c macro_predef.h
do
ln -s ../src/$f $f
done