mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-16 07:32:57 -04:00
gen.c now depends on libisc for isc_commandline_parse and isc_dir_*
This commit is contained in:
parent
bc39100623
commit
712aad2d2f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue