From: Fred Drake Date: Sun, 29 Oct 2000 04:28:48 +0000 (+0000) Subject: Do not echo the echo command with the message telling the user that Setup X-Git-Tag: v2.1a1~788 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f739befe5bab99950ee6fdcb635f7d3b2b57f5a;p=python Do not echo the echo command with the message telling the user that Setup may be out of date. --- 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."; \