Alexander Belopolsky <belopol...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue9860>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to