Don't add non-generated sources to CLEANFILES. There was no problem

in practice, even if there is no obj directory, because the sources
are not in ${.CURDIR} and the full path to them was not added.
This commit is contained in:
Bruce Evans 1998-02-25 01:30:05 +00:00
parent 3b95f72be4
commit 5efd9b894a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33800

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.10 (Berkeley) 6/24/90
# $Id: Makefile,v 1.6 1996/08/30 02:02:09 peter Exp $
# $Id: Makefile,v 1.10 1997/05/28 04:53:07 wpaul Exp $
.PATH: ${DESTDIR}/usr/include/rpcsvc
@ -21,7 +21,7 @@ CFLAGS+= -DYP ${INCDIRS}
GENSRCS= ${RPCSRCS:R:S/$/_xdr.c/g}
SRCS+= ${GENSRCS} ${OTHERSRCS} ${SECRPCSRCS}
CLEANFILES+= ${GENSRCS} ${RPCSRCS}
CLEANFILES+= ${GENSRCS}
NOMAN= noman