From 0d38079bdf0f8d338a09edde1dddf7037ec2685a Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sun, 13 Dec 1998 01:59:36 +0000 Subject: [PATCH] depend upon libisc.a and libdns.a --- bin/tests/Makefile.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/tests/Makefile.in b/bin/tests/Makefile.in index 6da9390aba..dc7be82735 100644 --- a/bin/tests/Makefile.in +++ b/bin/tests/Makefile.in @@ -22,19 +22,19 @@ TARGETS = name_test \ @BIND9_MAKE_RULES@ -name_test: name_test.o +name_test: name_test.o ../../lib/isc/libisc.a ../../lib/dns/libdns.a ${CC} -o $@ name_test.o ${LIBS} -rwlock_test: rwlock_test.o +rwlock_test: rwlock_test.o ../../lib/isc/libisc.a ../../lib/dns/libdns.a ${CC} -o $@ rwlock_test.o ${LIBS} -sock_test: sock_test.o +sock_test: sock_test.o ../../lib/isc/libisc.a ../../lib/dns/libdns.a ${CC} -o $@ sock_test.o ${LIBS} -task_test: task_test.o +task_test: task_test.o ../../lib/isc/libisc.a ../../lib/dns/libdns.a ${CC} -o $@ task_test.o ${LIBS} -timer_test: timer_test.o +timer_test: timer_test.o ../../lib/isc/libisc.a ../../lib/dns/libdns.a ${CC} -o $@ timer_test.o ${LIBS} clean::