From 1c969834dc390872f3ff8018f52ebfcf3f4d424f Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 2 Feb 1999 01:18:38 +0000 Subject: [PATCH] do not build parser --- bin/named/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/named/Makefile.in b/bin/named/Makefile.in index 40a04f16f3..c732301528 100644 --- a/bin/named/Makefile.in +++ b/bin/named/Makefile.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