From bb29b9c952a36303bd550eb2b2e79a416ceac6ad Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 29 Sep 2001 00:42:19 +0000 Subject: Clarify the warning about the relative dates of Setup.dist and Setup; 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 53748ee..554850f 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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 -- cgit v0.12