Add ${.CURDIR} before kernconf.tmpl in order to let the build see newly

added kernconft.tmpl file.

Approved by:	cognet (mentor)
This commit is contained in:
Wojciech A. Koszek 2007-05-12 20:33:13 +00:00
parent 744b947ef8
commit c21a9d0c87

View File

@ -7,7 +7,7 @@ SRCS= config.y main.c lang.l mkmakefile.c mkheaders.c \
mkoptions.c y.tab.h kernconf.c
kernconf.c: kernconf.tmpl
file2c 'char kernconfstr[] = {' ',0};' < kernconf.tmpl > kernconf.c
file2c 'char kernconfstr[] = {' ',0};' < ${.CURDIR}/kernconf.tmpl > kernconf.c
WARNS?= 6
CFLAGS+= -I. -I${.CURDIR}