aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.ypupdated/Makefile
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-05-10 16:03:17 +0000
committerBruce Evans <bde@FreeBSD.org>1998-05-10 16:03:17 +0000
commit930ef4e26d014be135ab5bc5ae508c053bc389a5 (patch)
tree383c5047669ff2107a4d0638f29a44cd67e58c28 /usr.sbin/rpc.ypupdated/Makefile
parent330698829eb4f39dca8c6cfb93d3029446188b30 (diff)
downloadsrc-930ef4e26d014be135ab5bc5ae508c053bc389a5.tar.gz
src-930ef4e26d014be135ab5bc5ae508c053bc389a5.zip
Removed bogus dependencies of generated .c files on generated headers.
Notes
Notes: svn path=/head/; revision=35910
Diffstat (limited to 'usr.sbin/rpc.ypupdated/Makefile')
-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 6d21ced69814..bc5c97a27519 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}