diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-29 04:28:48 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-29 04:28:48 (GMT) |
commit | 5f739befe5bab99950ee6fdcb635f7d3b2b57f5a (patch) | |
tree | e926f571edc1333c66ec3c344f54000771f9d201 | |
parent | 02956017f978f32c17e94279744f49073b995f38 (diff) | |
download | cpython-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.
-rw-r--r-- | Modules/Makefile.pre.in | 2 |
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."; \ |