[issue5606] The makefile dependencies listing formatter.h are wrong

2009-04-05 Thread Georg Brandl
Georg Brandl added the comment: Committed as r71223. -- nosy: +georg.brandl resolution: -> accepted status: open -> closed ___ Python tracker ___ ___

[issue5606] The makefile dependencies listing formatter.h are wrong

2009-03-30 Thread Daniel Stutzbach
New submission from Daniel Stutzbach : The makefile lists Objects/stringlib/formatter.h as a dependency for Objects/unicodeobject.o, which doesn't include formatter.h. Python/formatter_unicode includes it, but doesn't list it as a dependency. I've attached a patch for Makefile.pre.in for the