diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-05-12 00:46:49 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-05-12 00:46:49 (GMT) |
commit | ed02e51ab2ca94d83a4b400c7186a51047bf3a29 (patch) | |
tree | 117dd2e026a099ba745090af0b468c8da09bd1f4 /Makefile.pre.in | |
parent | b9030f4f0d566c8ae2eeb28ed858f02f3b853ae7 (diff) | |
download | cpython-ed02e51ab2ca94d83a4b400c7186a51047bf3a29.zip cpython-ed02e51ab2ca94d83a4b400c7186a51047bf3a29.tar.gz cpython-ed02e51ab2ca94d83a4b400c7186a51047bf3a29.tar.bz2 |
make message slightly more informative, so there's no chance of misunderstanding it
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index a4f3627..b66a353 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -477,7 +477,7 @@ Modules/Setup: $(srcdir)/Modules/Setup.dist 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."; \ - echo "Usually, copying Setup.dist to Setup will work."; \ + echo "Usually, copying Modules/Setup.dist to Modules/Setup will work."; \ echo "-----------------------------------------------"; \ fi |