From 4f749d2669bcc4b4b5225660c09f3ba64a186078 Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Sat, 4 Mar 1995 17:39:24 +0000 Subject: [PATCH] If we are going to set the OBJS target, don't add to the old target. This caused the RPC libraries to contain two versions of the same file. --- lib/librpcsvc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librpcsvc/Makefile b/lib/librpcsvc/Makefile index a2a4cd441fc5..11779f7cc5dd 100644 --- a/lib/librpcsvc/Makefile +++ b/lib/librpcsvc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.10 (Berkeley) 6/24/90 -# $Id: Makefile,v 1.2 1994/08/10 04:25:19 wollman Exp $ +# $Id: Makefile,v 1.3 1994/08/28 17:48:43 bde Exp $ .PATH: ${DESTDIR}/usr/include/rpcsvc @@ -33,4 +33,4 @@ NOMAN= noman fi @${RPCCOM} -c ${*F}.x -o ${.TARGET} -OBJS+= ${RPCSRCS:R:S/$/_xdr.o/g} +OBJS= ${RPCSRCS:R:S/$/_xdr.o/g}