Use ${ECHO} instead of echo' so that make -s' is fairly quiet.

The END.
This commit is contained in:
Bruce Evans 1994-08-28 17:48:43 +00:00
parent d160679a5d
commit 258d08817d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2369

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.10 (Berkeley) 6/24/90
# $Id: Makefile,v 1.1 1994/08/09 16:56:28 wollman Exp $
# $Id: Makefile,v 1.2 1994/08/10 04:25:19 wollman Exp $
.PATH: ${DESTDIR}/usr/include/rpcsvc
@ -24,7 +24,7 @@ NOMAN= noman
.SUFFIXES: .x _xdr.c
.x_xdr.c:
@echo generating $@...
@${ECHO} generating ${.TARGET}...
@PWD=`pwd` ; cd ${.CURDIR} ; \
if cmp -s ${.IMPSRC} ${*F}.x > /dev/null 2>/dev/null; then \
true; \