[Python-checkins] r63122 - python/trunk/Makefile.pre.in

benjamin.peterson python-checkins at python.org
Mon May 12 02:46:49 CEST 2008


Author: benjamin.peterson
Date: Mon May 12 02:46:49 2008
New Revision: 63122

Log:
make message slightly more informative, so there's no chance of misunderstanding it


Modified:
   python/trunk/Makefile.pre.in

Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Mon May 12 02:46:49 2008
@@ -477,7 +477,7 @@
 		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
 


More information about the Python-checkins mailing list