From 5f739befe5bab99950ee6fdcb635f7d3b2b57f5a Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sun, 29 Oct 2000 04:28:48 +0000 Subject: [PATCH] Do not echo the echo command with the message telling the user that Setup may be out of date. --- Modules/Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index fa94956c31..4fd5189104 100644 --- a/Modules/Makefile.pre.in +++ b/Modules/Makefile.pre.in @@ -161,7 +161,7 @@ hassignal: done Setup: $(srcdir)/Setup.dist - echo "-----------------------------------------------"; \ + @echo "-----------------------------------------------"; \ echo "Modules/Setup.dist is newer than Modules/Setup;"; \ echo "check to make sure you have all the updates you"; \ echo "need in your Modules/Setup file."; \ -- 2.50.1