summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/doc-txt/ChangeLog4
-rwxr-xr-xsrc/scripts/MakeLinks5
2 files changed, 4 insertions, 5 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 5babd1e7e..f7035532e 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.592 2009/11/13 12:18:35 nm4 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.593 2009/11/13 15:58:16 nm4 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -157,6 +157,8 @@ NM/37 Bugzilla 910: Correct issue with relaxed/simple handling
NM/38 Bugzilla 908: Removed NetBSD3 support as no longer needed
+NM/39 Bugzilla 911: Fixed MakeLinks build script
+
Exim version 4.69
-----------------
diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks
index 9f0956e2c..ad4137725 100755
--- a/src/scripts/MakeLinks
+++ b/src/scripts/MakeLinks
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Cambridge: exim/src/scripts/MakeLinks,v 1.16 2009/07/02 11:38:57 nm4 Exp $
+# $Cambridge: exim/src/scripts/MakeLinks,v 1.17 2009/11/13 15:58:17 nm4 Exp $
# Script to build links for all the exim source files from the system-
# specific build directory. It should be run from within that directory.
@@ -36,8 +36,6 @@ ln -s ../../src/lookups/cdb.h cdb.h
ln -s ../../src/lookups/cdb.c cdb.c
ln -s ../../src/lookups/dbmdb.h dbmdb.h
ln -s ../../src/lookups/dbmdb.c dbmdb.c
-ln -s ../../src/lookups/dkim.h dkim.h
-ln -s ../../src/lookups/dkim.c dkim.c
ln -s ../../src/lookups/dnsdb.h dnsdb.h
ln -s ../../src/lookups/dnsdb.c dnsdb.c
ln -s ../../src/lookups/dsearch.h dsearch.h
@@ -176,7 +174,6 @@ ln -s ../../src/pdkim/bignum.h bignum.h
ln -s ../../src/pdkim/bn_mul.h bn_mul.h
ln -s ../../src/pdkim/pdkim.c pdkim.c
ln -s ../../src/pdkim/pdkim.h pdkim.h
-ln -s ../../src/pdkim/pdkim-api.h pdkim-api.h
ln -s ../../src/pdkim/rsa.c rsa.c
ln -s ../../src/pdkim/rsa.h rsa.h
ln -s ../../src/pdkim/sha1.c sha1.c