do not build parser

This commit is contained in:
Bob Halley
1999-02-02 01:18:38 +00:00
parent af6dfd762e
commit 1c969834dc

View File

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