Xavier de Gaye <xdeg...@gmail.com> added the comment:

Please revert the change in Makefile.pre.in made by changeset 
8c3ecc6bacc8d0cd534f2b5b53ed962dd1368c7b as it breaks builds made out of the 
source tree (OST). The error message is:

    make: *** No rule to make target 
'/path_to_build_dir/Misc/python-config.sh', needed by 'python-config'.  Stop.

When the source tree has been already built at least once and 'make clean' is 
run in the source tree (as required for building OST), the OST build does not 
fail but incorrectly uses the stale python-config.sh from the source tree as 
'make clean' does not remove Misc/python-config.sh.

----------
nosy: +xdegaye

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue21536>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to