]> granicus.if.org Git - python/commitdiff
Do not echo the echo command with the message telling the user that Setup
authorFred Drake <fdrake@acm.org>
Sun, 29 Oct 2000 04:28:48 +0000 (04:28 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 29 Oct 2000 04:28:48 +0000 (04:28 +0000)
may be out of date.

Modules/Makefile.pre.in

index fa94956c31e9dd0ce3c5448578af80e1e994b554..4fd51891044e34d2cc31551f60085753da3e6216 100644 (file)
@@ -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."; \