From fc27278b9bf5e85cd2e12b1c6e0aadae0fc53fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Mon, 15 Apr 2002 15:39:14 +0000 Subject: [PATCH] Fix incorrect dependency. This should fix the -j build. --- lib/libypclnt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libypclnt/Makefile b/lib/libypclnt/Makefile index 127ebc173da1..4af3bc8f95ae 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}