mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 20:52:05 -04:00
do not build parser
This commit is contained in:
parent
af6dfd762e
commit
1c969834dc
1 changed files with 3 additions and 3 deletions
|
|
@ -22,8 +22,8 @@ LIBS = ${DEPLIBS} \
|
|||
|
||||
TARGETS = named
|
||||
|
||||
OBJS = server.o udpclient.o tcpclient.o wire_debug.o wire_test.o \
|
||||
zone.o configctx.o parser.o lexer.o
|
||||
OBJS = server.o udpclient.o tcpclient.o wire_debug.o wire_test.o
|
||||
# zone.o configctx.o parser.o lexer.o
|
||||
|
||||
@BIND9_MAKE_RULES@
|
||||
|
||||
|
|
@ -34,7 +34,7 @@ named: ${OBJS} ${DEPLIBS}
|
|||
${CC} -o $@ ${OBJS} ${LIBS}
|
||||
|
||||
clean distclean::
|
||||
rm -f ${TARGETS}
|
||||
rm -f ${TARGETS} parser.c parser_p.h lexer.c
|
||||
|
||||
parser.c: parser.y
|
||||
${YACC} -d parser.y
|
||||
|
|
|
|||
Loading…
Reference in a new issue