summaryrefslogtreecommitdiff
path: root/src/scripts/MakeLinks
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-10-25 18:13:19 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2017-10-25 18:13:19 +0100
commit3a40b2f9648ce9737b3f8f542e5079e58c4db3c3 (patch)
tree053ec42150616de1f21cac18c4ccfab03df1d072 /src/scripts/MakeLinks
parenta2b558014a3668b734860e296087d7a491628f4b (diff)
Build: tidying
Diffstat (limited to 'src/scripts/MakeLinks')
-rwxr-xr-xsrc/scripts/MakeLinks2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks
index 22e5a4bd7..f29d160ed 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
+ predef.c predef.h
do
ln -s ../src/$f $f
done