2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +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} \ -DLIBINTERFACE=${LIBINTERFACE} \
-DLIBREVISION=${LIBREVISION} \ -DLIBREVISION=${LIBREVISION} \
-DLIBAGE=${LIBAGE} \ -DLIBAGE=${LIBAGE} \
-c $< -c $?
libdns.@A@: ${OBJS} libdns.@A@: ${OBJS}
${AR} ${ARFLAGS} $@ ${OBJS} ${AR} ${ARFLAGS} $@ ${OBJS}
@@ -197,7 +197,7 @@ code.h: gen
./gen -s ${srcdir} > code.h ./gen -s ${srcdir} > code.h
gen: gen.c gen: gen.c
${CC} ${ALL_CFLAGS} -o $@ $? ${LIBS} ${CC} ${ALL_CFLAGS} -o $@ $? ${LIBISC} ${LIBS}
rbtdb64.@O@: rbtdb.c rbtdb64.@O@: rbtdb.c