Fix incorrect dependency. This should fix the -j build.
This commit is contained in:
parent
e705a7166c
commit
d44a434afa
@ -42,7 +42,7 @@ yp_clnt.c: ${RPCSRC}
|
||||
yppasswd.h: ${RPCSRC_PW}
|
||||
${RPCGEN} -h -o ${.TARGET} ${RPCSRC_PW}
|
||||
|
||||
yppasswd_xdr.c: ${RPCSRC_PRIV}
|
||||
yppasswd_xdr.c: ${RPCSRC_PW}
|
||||
${RPCGEN} -c -o ${.TARGET} ${RPCSRC_PW}
|
||||
|
||||
yppasswd_clnt.c: ${RPCSRC_PW}
|
||||
|
Loading…
Reference in New Issue
Block a user