diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-26 17:07:40 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-26 17:07:40 (GMT) |
commit | cf3bc8c5a5ecebb2aa4facc5eecfe8f3acec8b9b (patch) | |
tree | 21ecb6c34757bf1d2e53f5b13db7f7722abb95e3 /Misc/Makefile.pre.in | |
parent | eff9a87fcc1986192e20f9674432bea30cae2b41 (diff) | |
download | cpython-cf3bc8c5a5ecebb2aa4facc5eecfe8f3acec8b9b.zip cpython-cf3bc8c5a5ecebb2aa4facc5eecfe8f3acec8b9b.tar.gz cpython-cf3bc8c5a5ecebb2aa4facc5eecfe8f3acec8b9b.tar.bz2 |
Rename Setup.in to Setup.dist, and assume that configure will create
Setup (instead of creating it from the Makefile).
Diffstat (limited to 'Misc/Makefile.pre.in')
-rw-r--r-- | Misc/Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/Makefile.pre.in b/Misc/Makefile.pre.in index ca68576..1cc91a1 100644 --- a/Misc/Makefile.pre.in +++ b/Misc/Makefile.pre.in @@ -17,7 +17,7 @@ # only withs with Python 1.5, alpha 3 or newer.) # Create a file Setup.in for your extension. This file follows the -# format of the Modules/Setup.in file; see the instructions there. +# format of the Modules/Setup.dist file; see the instructions there. # For a simple module called "spam" on file "spammodule.c", it can # contain a single line: # spam spammodule.c |