New submission from Daniel Stutzbach <dan...@stutzbachenterprises.com>:
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 trunk. I'm not sure which other versions might be affected. At some point in the past perhaps it was a dependency for unicodeobject.o. ---------- components: Interpreter Core files: formatter.patch keywords: patch messages: 84574 nosy: stutzbach severity: normal status: open title: The makefile dependencies listing formatter.h are wrong type: behavior versions: Python 3.1 Added file: http://bugs.python.org/file13472/formatter.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5606> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com