2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00

allow this to build out of tree

This commit is contained in:
Michael Graff
1999-04-06 01:10:36 +00:00
parent 0990426ddf
commit c65dad7d75

View File

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