]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Move all knowledge that $(MAINOBJ) is built in the Modules/ directory
authorFred Drake <fdrake@acm.org>
Tue, 6 Mar 2001 05:52:16 +0000 (05:52 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 6 Mar 2001 05:52:16 +0000 (05:52 +0000)
commita1a84e7d4f7b493bb6fa5415ce55d3f722221470
treecc41a82403ef79d97d108b1d750489a415604aa4
parentb25ec91a94e006dc7b4776e6b3b781b0dc818336
Move all knowledge that $(MAINOBJ) is built in the Modules/ directory
into Makefile.pre.in; the configure script will only determine the basename
of the file.

This fixes installation of a Python built using C++, reported by Greg
Wilson.
Makefile.pre.in
configure
configure.in