[issue9860] Building python outside of source directory fails

Alexander Belopolsky report at bugs.python.org
Wed Sep 15 16:45:51 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

I think the problem is with the following explicit rules in Makefile:


Parser/tokenizer_pgen.o:        $(srcdir)/Parser/tokenizer.c

Parser/pgenmain.o:      $(srcdir)/Include/parsetok.h

It looks like these rules are not VPATH friendly.  Per Antoine's suggestions, adding build experts to the nosy list.

----------
nosy: +dmalcolm, doko

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9860>
_______________________________________


More information about the Python-bugs-list mailing list