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:
parent
744b947ef8
commit
c21a9d0c87
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user