2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-05 00:55:24 +00:00

remove files generated by yacc when cleaning

This commit is contained in:
Bob Halley
1999-03-04 01:00:18 +00:00
parent 005c7ad70f
commit 55e5f033b3

View File

@@ -36,7 +36,7 @@ named: ${OBJS} ${DEPLIBS}
${CC} -o $@ ${OBJS} ${LIBS}
clean distclean::
rm -f ${TARGETS} parser.c parser_p.h
rm -f ${TARGETS} confparser.c confparser_p.h
confparser.c: confparser.y
${YACC} -d confparser.y