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.
This commit is contained in:
Nate Williams 1995-03-04 17:39:24 +00:00
parent 9bd1697199
commit 4f749d2669
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6885

View File

@ -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}