From d44a434afa9bef4610bf21cc0e98424982cbb84b Mon Sep 17 00:00:00 2001 From: des Date: Mon, 15 Apr 2002 15:39:14 +0000 Subject: Fix incorrect dependency. This should fix the -j build. --- lib/libypclnt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libypclnt') diff --git a/lib/libypclnt/Makefile b/lib/libypclnt/Makefile index 127ebc1..4af3bc8 100644 --- a/lib/libypclnt/Makefile +++ b/lib/libypclnt/Makefile @@ -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} -- cgit v1.1