summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.ypupdated
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-05-10 16:03:17 +0000
committerbde <bde@FreeBSD.org>1998-05-10 16:03:17 +0000
commit41d8b659be6565e47a824e83c3cf514fbf20002a (patch)
tree2e81c4b34dfca067e21b3f2b7723d18f4f1ffd7e /usr.sbin/rpc.ypupdated
parent3325f91b7d182ba90f1fed4ea9643cd25dca7e40 (diff)
downloadFreeBSD-src-41d8b659be6565e47a824e83c3cf514fbf20002a.zip
FreeBSD-src-41d8b659be6565e47a824e83c3cf514fbf20002a.tar.gz
Removed bogus dependencies of generated .c files on generated headers.
Diffstat (limited to 'usr.sbin/rpc.ypupdated')
-rw-r--r--usr.sbin/rpc.ypupdated/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpc.ypupdated/Makefile b/usr.sbin/rpc.ypupdated/Makefile
index 6d21ced..bc5c97a 100644
--- a/usr.sbin/rpc.ypupdated/Makefile
+++ b/usr.sbin/rpc.ypupdated/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1997/12/16 17:43:33 bde Exp $
+# $Id: Makefile,v 1.4 1998/03/06 14:40:42 bde Exp $
PROG= rpc.ypupdated
SRCS= ypupdate_prot_svc.c ypupdate_prot.h ypupdated_main.c \
@@ -25,7 +25,7 @@ RPCGEN= rpcgen -I -C
# We need to remove the 'static' keyword from _rpcsvcstate so that
# ypupdated_main.c can see it.
-ypupdate_prot_svc.c: ${RPCDIR}/ypupdate_prot.x ypupdate_prot.h
+ypupdate_prot_svc.c: ${RPCDIR}/ypupdate_prot.x
rm -f ${.TARGET}
${RPCGEN} -m ${RPCDIR}/ypupdate_prot.x | \
sed s/"static int _rpcsvcstate"/"int _rpcsvcstate"/g > ${.TARGET}
OpenPOWER on IntegriCloud