From 878739de435366dbf92355b2bafb82bb2996c3c7 Mon Sep 17 00:00:00 2001
From: Dmitrij Tejblum
Date: Sun, 19 Apr 1998 13:44:52 +0000
Subject: [PATCH] Cosmetic: put '@' in front of a very long command.
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index fd6c3a2eee7b..48b4f69947f3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id$
+# $Id: Makefile,v 1.168 1998/03/26 17:32:24 markm Exp $
#
# While porting to the another architecture include the bootstrap instead
# of the normal build.
@@ -710,7 +710,7 @@ build-tools:
.for __target in clean cleandir obj depend
.for entry in ${SUBDIR}
${entry}.${__target}__D: .PHONY
- if test -d ${.CURDIR}/${entry}.${MACHINE}; then \
+ @if test -d ${.CURDIR}/${entry}.${MACHINE}; then \
${ECHODIR} "===> ${DIRPRFX}${entry}.${MACHINE}"; \
edir=${entry}.${MACHINE}; \
cd ${.CURDIR}/$${edir}; \