From 712aad2d2f24f75e574bd37c3dc2dae2e05ea3b0 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 6 Oct 1999 19:52:47 +0000 Subject: [PATCH] gen.c now depends on libisc for isc_commandline_parse and isc_dir_* --- lib/dns/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/Makefile.in b/lib/dns/Makefile.in index 4b44ce995b..8d566a6926 100644 --- a/lib/dns/Makefile.in +++ b/lib/dns/Makefile.in @@ -150,7 +150,7 @@ version.@O@: version.c -DLIBINTERFACE=${LIBINTERFACE} \ -DLIBREVISION=${LIBREVISION} \ -DLIBAGE=${LIBAGE} \ - -c $< + -c $? libdns.@A@: ${OBJS} ${AR} ${ARFLAGS} $@ ${OBJS} @@ -197,7 +197,7 @@ code.h: gen ./gen -s ${srcdir} > code.h gen: gen.c - ${CC} ${ALL_CFLAGS} -o $@ $? ${LIBS} + ${CC} ${ALL_CFLAGS} -o $@ $? ${LIBISC} ${LIBS} rbtdb64.@O@: rbtdb.c