diff options
author | bde <bde@FreeBSD.org> | 2003-04-13 14:13:28 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2003-04-13 14:13:28 +0000 |
commit | b290b293cfe41db0a9fe51805fca68ab15f56fdb (patch) | |
tree | f8573b686fd437bc6deeff0a6dceb9de9e0de4d2 /secure | |
parent | 5ce64464d08cf72eb8c4477b0c00441167c5d48f (diff) | |
download | FreeBSD-src-b290b293cfe41db0a9fe51805fca68ab15f56fdb.zip FreeBSD-src-b290b293cfe41db0a9fe51805fca68ab15f56fdb.tar.gz |
Silence `make -s' (echo -> ${ECHO}).
Diffstat (limited to 'secure')
-rw-r--r-- | secure/lib/libcrypto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |