Add a dependency needed when using parallel make.

Approved by:	markm
This commit is contained in:
Jacques Vidrine 2000-08-29 19:21:08 +00:00
parent 43df7f1485
commit af343dfbbe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65213

View File

@ -63,7 +63,7 @@ parse.h parse.c: parse.y
mv y.tab.c parse.c
mv y.tab.h parse.h
lex.o: lex.l
lex.o: lex.l parse.h
print_version.o: print_version.h print_version.c roken.h
${CC} ${CFLAGS} -c -o ${.TARGET} ${KRB5DIR}/lib/roken/print_version.c