diff options
author | bde <bde@FreeBSD.org> | 1998-05-10 16:03:17 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-05-10 16:03:17 +0000 |
commit | 41d8b659be6565e47a824e83c3cf514fbf20002a (patch) | |
tree | 2e81c4b34dfca067e21b3f2b7723d18f4f1ffd7e /usr.sbin/rpc.lockd | |
parent | 3325f91b7d182ba90f1fed4ea9643cd25dca7e40 (diff) | |
download | FreeBSD-src-41d8b659be6565e47a824e83c3cf514fbf20002a.zip FreeBSD-src-41d8b659be6565e47a824e83c3cf514fbf20002a.tar.gz |
Removed bogus dependencies of generated .c files on generated headers.
Diffstat (limited to 'usr.sbin/rpc.lockd')
-rw-r--r-- | usr.sbin/rpc.lockd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpc.lockd/Makefile b/usr.sbin/rpc.lockd/Makefile index dd07b71..053f0a8 100644 --- a/usr.sbin/rpc.lockd/Makefile +++ b/usr.sbin/rpc.lockd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1997/05/23 08:42:57 asami Exp $ +# $Id: Makefile,v 1.6 1998/03/06 14:30:45 bde Exp $ PROG = rpc.lockd SRCS = nlm_prot_svc.c nlm_prot.h lockd.c procs.c @@ -14,7 +14,7 @@ CLEANFILES= nlm_prot_svc.c nlm_prot.h RPCSRC= ${DESTDIR}/usr/include/rpcsvc/nlm_prot.x RPCGEN= rpcgen -L -C -nlm_prot_svc.c: ${RPCSRC} nlm_prot.h +nlm_prot_svc.c: ${RPCSRC} ${RPCGEN} -m -o ${.TARGET} ${RPCSRC} nlm_prot.h: ${RPCSRC} |