mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-05 02:45:46 -04:00
allow this to build out of tree
This commit is contained in:
parent
0990426ddf
commit
c65dad7d75
1 changed files with 2 additions and 2 deletions
|
|
@ -52,8 +52,8 @@ named: ${OBJS} ${DEPLIBS}
|
|||
clean distclean::
|
||||
rm -f ${TARGETS} confparser.c confparser_p.h
|
||||
|
||||
confparser.c: confparser.y
|
||||
${YACC} -d confparser.y
|
||||
confparser.c: ${srcdir}/confparser.y
|
||||
${YACC} -d ${srcdir}/confparser.y
|
||||
mv y.tab.c confparser.c
|
||||
mv y.tab.h confparser_p.h
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue