]> granicus.if.org Git - python/commitdiff
Clarify the warning about the relative dates of Setup.dist and Setup;
authorGuido van Rossum <guido@python.org>
Sat, 29 Sep 2001 00:42:19 +0000 (00:42 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 29 Sep 2001 00:42:19 +0000 (00:42 +0000)
Jeremy had seen the warning but not realized what he should do about
it.  Add the hint "Usually, copying Setup.dist to Setup will work."

Makefile.pre.in

index 53748ee1676a86ee2511b1c92e7a546725c91869..554850fcb61e6085fd19528ccc11bc663c75800c 100644 (file)
@@ -376,6 +376,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 "-----------------------------------------------"; \
        fi