Message116451
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. |
|
| Date |
User |
Action |
Args |
| 2010-09-15 14:45:51 | belopolsky | set | recipients:
+ belopolsky, doko, dmalcolm |
| 2010-09-15 14:45:51 | belopolsky | set | messageid: <[email protected]> |
| 2010-09-15 14:45:49 | belopolsky | link | issue9860 messages |
| 2010-09-15 14:45:49 | belopolsky | create | |
|