This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, dmalcolm, doko
Date 2010-09-15.14:45:49
SpamBayes Score 0.016545871
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2010-09-15 14:45:51belopolskysetrecipients: + belopolsky, doko, dmalcolm
2010-09-15 14:45:51belopolskysetmessageid: <[email protected]>
2010-09-15 14:45:49belopolskylinkissue9860 messages
2010-09-15 14:45:49belopolskycreate