diff options
| author | Guido van Rossum <guido@python.org> | 2001-09-29 00:42:19 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 2001-09-29 00:42:19 +0000 |
| commit | bb29b9c952a36303bd550eb2b2e79a416ceac6ad (patch) | |
| tree | 92e5fecf344202cd5be6d68ff22143c189777e69 | |
| parent | 751c4c864c5fbdc316d0237243bed1620101e2b5 (diff) | |
| download | cpython-git-bb29b9c952a36303bd550eb2b2e79a416ceac6ad.tar.gz | |
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."
| -rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 53748ee167..554850fcb6 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 |
