From b290b293cfe41db0a9fe51805fca68ab15f56fdb Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 13 Apr 2003 14:13:28 +0000 Subject: Silence `make -s' (echo -> ${ECHO}). --- secure/lib/libcrypto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'secure/lib/libcrypto/Makefile') diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index a8fe551..fe50e93 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -270,7 +270,7 @@ evp.h: ${LCRYPTO_SRC}/crypto/evp/evp.h OLDSYMLINKS+= libdes.a libdes.so libdes.so.3 libdes_p.a afterinstall: - @echo "Removing stale symlinks." + @${ECHO} "Removing stale symlinks." rm -f ${DESTDIR}${INCLUDEDIR}/des.h .for symlink in ${OLDSYMLINKS} rm -f ${DESTDIR}${LIBDIR}/${symlink} -- cgit v1.1