From 6260b0fe20578dc6aeaa6e8ae28dd8dfa716d74c Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 28 Aug 1994 17:48:43 +0000 Subject: Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet. The END. --- lib/librpcsvc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/librpcsvc') diff --git a/lib/librpcsvc/Makefile b/lib/librpcsvc/Makefile index ffcf053..a2a4cd44 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.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; \ -- cgit v1.1