diff options
author | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2001-04-21 17:41:16 (GMT) |
---|---|---|
committer | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2001-04-21 17:41:16 (GMT) |
commit | f8b71c598431667835b76ad4e78d49e9936047f0 (patch) | |
tree | 841a7777076b4bbad9b79f03778d6edb9155f23e /configure.in | |
parent | 8b48cf9016a1eee969717854df20b59c2656a801 (diff) | |
download | cpython-f8b71c598431667835b76ad4e78d49e9936047f0.zip cpython-f8b71c598431667835b76ad4e78d49e9936047f0.tar.gz cpython-f8b71c598431667835b76ad4e78d49e9936047f0.tar.bz2 |
Process Setup* files with makesetup in the same order as the makefile.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2972d74..c17ead7 100644 --- a/configure.in +++ b/configure.in @@ -1385,5 +1385,5 @@ fi echo "creating Makefile" $SHELL $srcdir/Modules/makesetup -c $srcdir/Modules/config.c.in \ -s Modules Modules/Setup.config \ - Modules/Setup Modules/Setup.local + Modules/Setup.local Modules/Setup mv config.c Modules |