summaryrefslogtreecommitdiff
path: root/src/scripts/MakeLinks
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2007-06-26 11:16:54 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2007-06-26 11:16:54 +0000
commit64f2600a56e0201f23dd3496a499fff6ef22c0c0 (patch)
tree82b2fb9abb8bbb0d05e63485058224b89b54d95a /src/scripts/MakeLinks
parentd52120f2b5b5464091a61a47fe881a6e8f6ec09f (diff)
Installed PCRE 7.2 into Exim.
Diffstat (limited to 'src/scripts/MakeLinks')
-rwxr-xr-xsrc/scripts/MakeLinks4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks
index d4561ac39..ce125a8dd 100755
--- a/src/scripts/MakeLinks
+++ b/src/scripts/MakeLinks
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Cambridge: exim/src/scripts/MakeLinks,v 1.10 2007/01/23 15:08:45 ph10 Exp $
+# $Cambridge: exim/src/scripts/MakeLinks,v 1.11 2007/06/26 11:16:54 ph10 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.
@@ -32,10 +32,10 @@ mkdir pcre
cd pcre
ln -s ../../src/pcre/Makefile Makefile
ln -s ../../src/pcre/config.h config.h
-ln -s ../../src/pcre/dftables.c dftables.c
ln -s ../../src/pcre/pcre_internal.h pcre_internal.h
ln -s ../../src/pcre/pcre.h pcre.h
ln -s ../../src/pcre/pcre_maketables.c pcre_maketables.c
+ln -s ../../src/pcre/pcre_chartables.c pcre_chartables.c
ln -s ../../src/pcre/pcre_config.c pcre_config.c
ln -s ../../src/pcre/pcre_get.c pcre_get.c
ln -s ../../src/pcre/pcre_globals.c pcre_globals.c