Add a dependency needed when using parallel make.
Approved by: markm
This commit is contained in:
parent
43df7f1485
commit
af343dfbbe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user