summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-07 14:20:58 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-07 14:20:58 +0000
commit9edc04ce521093dbc5a764c2416878b2c23e08f3 (patch)
treef380e8fa8fdef9ea115942a4b1b0f55fc5dede24
parent59e82a2a0e97f55f0e27323112116e01a06cb198 (diff)
Minor Makefile fix for test_host (code-testing utility).
-rw-r--r--doc/doc-txt/ChangeLog5
-rw-r--r--src/OS/Makefile-Base4
2 files changed, 6 insertions, 3 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 103463fc1..e22757f38 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.284 2006/02/07 14:05:17 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.285 2006/02/07 14:20:58 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -86,6 +86,9 @@ PH/14 When a uid/gid is specified for the queryprogram router, it cannot be
outputs suitable debugging information if -d is set, and then runs
the subprocess without attempting to change uid/gid.
+PH/15 Minor change to Makefile for building test_host (undocumented testing
+ feature).
+
Exim version 4.60
-----------------
diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base
index e1f6ee6cb..698a2b207 100644
--- a/src/OS/Makefile-Base
+++ b/src/OS/Makefile-Base
@@ -1,4 +1,4 @@
-# $Cambridge: exim/src/OS/Makefile-Base,v 1.9 2005/09/16 14:44:11 ph10 Exp $
+# $Cambridge: exim/src/OS/Makefile-Base,v 1.10 2006/02/07 14:20:58 ph10 Exp $
# This file is the basis of the main makefile for Exim and friends. The
# makefile at the top level arranges to build the main makefile by calling
@@ -727,7 +727,7 @@ test_dbfn: config.h dbfn.c dummies.o sa-globals.o sa-os.o store.o \
tod.o version.o $(LIBS) $(DBMLIB)
rm -f dbfn.o
-test_host: config.h child.c host.c dns.c dummies.c sa-globals.o sa-os.o \
+test_host: config.h child.c host.c dns.c dummies.c sa-globals.o os.o \
store.o string.o tod.o tree.o
$(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE -DTEST_HOST child.c
$(CC) -c $(CFLAGS) $(INCLUDE) -DSTAND_ALONE -DTEST_HOST host.c