[issue5606] The makefile dependencies listing formatter.h are wrong
Daniel Stutzbach
report at bugs.python.org
Mon Mar 30 18:12:16 CEST 2009
New submission from Daniel Stutzbach <daniel at 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 <report at bugs.python.org>
<http://bugs.python.org/issue5606>
_______________________________________
More information about the Python-bugs-list
mailing list