summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-29 04:28:48 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-29 04:28:48 (GMT)
commit5f739befe5bab99950ee6fdcb635f7d3b2b57f5a (patch)
treee926f571edc1333c66ec3c344f54000771f9d201 /Modules
parent02956017f978f32c17e94279744f49073b995f38 (diff)
downloadcpython-5f739befe5bab99950ee6fdcb635f7d3b2b57f5a.zip
cpython-5f739befe5bab99950ee6fdcb635f7d3b2b57f5a.tar.gz
cpython-5f739befe5bab99950ee6fdcb635f7d3b2b57f5a.tar.bz2
Do not echo the echo command with the message telling the user that Setup
may be out of date.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in
index fa94956..4fd5189 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."; \