do not build parser
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user