diff options
author | des <des@FreeBSD.org> | 2002-04-15 15:39:14 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-04-15 15:39:14 +0000 |
commit | d44a434afa9bef4610bf21cc0e98424982cbb84b (patch) | |
tree | ada7f0e233177cc4b3455a73b99f34e425616649 /lib/libypclnt | |
parent | e705a7166c741c556c25e831104ba1bbc60302ce (diff) | |
download | FreeBSD-src-d44a434afa9bef4610bf21cc0e98424982cbb84b.zip FreeBSD-src-d44a434afa9bef4610bf21cc0e98424982cbb84b.tar.gz |
Fix incorrect dependency. This should fix the -j build.
Diffstat (limited to 'lib/libypclnt')
-rw-r--r-- | lib/libypclnt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |