Be explicit about the dependency on nsparser.h.

This commit is contained in:
David E. O'Brien 2012-06-21 15:47:06 +00:00
parent aed9c88cff
commit d91d816266

View File

@ -36,7 +36,7 @@ LFLAGS+=-P_nsyy
CLEANFILES+=nslexer.c
nslexer.c: nslexer.l
nslexer.c: nslexer.l nsparser.h
${LEX} ${LFLAGS} -o/dev/stdout ${.IMPSRC} | \
sed -e '/YY_BUF_SIZE/s/16384/1024/' >${.TARGET}