diff options
author | Fred Drake <fdrake@acm.org> | 2000-08-31 21:53:03 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-08-31 21:53:03 (GMT) |
commit | 6cfdffb2e546605f7301338df6649ec2e1b69c8d (patch) | |
tree | 8121677be9a395127c0a678116742e52f9ad30a5 | |
parent | 0dc78c3b8d1325cf64d5cee432c098aa89a0f46c (diff) | |
download | cpython-6cfdffb2e546605f7301338df6649ec2e1b69c8d.zip cpython-6cfdffb2e546605f7301338df6649ec2e1b69c8d.tar.gz cpython-6cfdffb2e546605f7301338df6649ec2e1b69c8d.tar.bz2 |
Minor adjustment to Setup.in message, based on comment from Barry Warsaw.
-rw-r--r-- | Modules/Makefile.pre.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index e298112..3e89ef7 100644 --- a/Modules/Makefile.pre.in +++ b/Modules/Makefile.pre.in @@ -162,13 +162,13 @@ hassignal: Setup: $(srcdir)/Setup.in @if [ -f Setup ] ; then \ - echo; \ - echo "-------------------------------------------"; \ - echo "$(srcdir)/Setup.in is newer than Setup;"; \ - echo "check to make sure you have all the updates"; \ - echo "you need in your Setup file."; \ - echo "-------------------------------------------"; \ - echo; \ + echo; \ + echo "----------------------------------------------"; \ + echo "Modules/Setup.in is newer than Moodules/Setup;"; \ + echo "check to make sure you have all the updates"; \ + echo "you need in your Setup file."; \ + echo "----------------------------------------------"; \ + echo; \ else (set -x; cp $(srcdir)/Setup.in Setup); fi |