Fixed MakeLinks build script. Fixes: #911 exim-4_70
authorNigel Metheringham <nigel@exim.org>
Fri, 13 Nov 2009 15:58:16 +0000 (15:58 +0000)
committerNigel Metheringham <nigel@exim.org>
Fri, 13 Nov 2009 15:58:16 +0000 (15:58 +0000)
doc/doc-txt/ChangeLog
src/scripts/MakeLinks

index 5babd1e7e99a8fbbc3326d58b6bd5c83d6329926..f7035532e5e9ded3ca37a197abd245b0b5bc7a47 100644 (file)
@@ -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
 -----------------
index 9f0956e2c2f210fa964f45934f1fa978a1ce035b..ad413772542615381bb2a5f5d23a998b22dbdb72 100755 (executable)
@@ -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