2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

gen.c now depends on libisc for isc_commandline_parse and isc_dir_*

This commit is contained in:
David Lawrence 1999-10-06 19:52:47 +00:00
parent bc39100623
commit 712aad2d2f

View File

@ -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