Be sure to prefix explicitly mentioned source files with ${.CURDIR}/,

so that this can build with objects placed elsewhere.
This commit is contained in:
he 2006-04-19 15:10:40 +00:00
parent f77081f364
commit 14efda3f28
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@ CLEANFILES+= y.tab.c y.tab.h
y.tab.h: inf-parse.y
${YACC} -v -d inf-parse.y
${YACC} -v -d ${.CURDIR}/inf-parse.y
.include <bsd.prog.mk>