summaryrefslogtreecommitdiff
path: root/src/OS/Makefile-Base
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 /src/OS/Makefile-Base
parent59e82a2a0e97f55f0e27323112116e01a06cb198 (diff)
Minor Makefile fix for test_host (code-testing utility).
Diffstat (limited to 'src/OS/Makefile-Base')
-rw-r--r--src/OS/Makefile-Base4
1 files changed, 2 insertions, 2 deletions
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