mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 03:51:16 -05:00
remove files generated by yacc when cleaning
This commit is contained in:
parent
005c7ad70f
commit
55e5f033b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue