From: Benjamin Peterson Date: Mon, 12 May 2008 00:46:49 +0000 (+0000) Subject: make message slightly more informative, so there's no chance of misunderstanding it X-Git-Tag: v2.6b1~471 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed02e51ab2ca94d83a4b400c7186a51047bf3a29;p=thirdparty%2FPython%2Fcpython.git make message slightly more informative, so there's no chance of misunderstanding it --- diff --git a/Makefile.pre.in b/Makefile.pre.in index a4f362792fd4..b66a3532b57a 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