Be sure to prefix explicitly mentioned source files with ${.CURDIR}/,
so that this can build with objects placed elsewhere.
This commit is contained in:
parent
f77081f364
commit
14efda3f28
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue