Fix incorrect dependency. This should fix the -j build.

This commit is contained in:
des 2002-04-15 15:39:14 +00:00
parent e705a7166c
commit d44a434afa

View File

@ -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}