]> git.ipfire.org Git - thirdparty/automake.git/commit
python: avoid failures due to $(am__py_compile) being undefined
authorSteven Drake <sbd@NetBSD.org>
Thu, 15 Mar 2012 08:12:00 +0000 (09:12 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 15 Mar 2012 08:13:38 +0000 (09:13 +0100)
commit819005ae2c86c3ef4b77bea7176bb6d8b67ebd64
tree234454ffe04691c97d9e0f4c775104a93c854547
parent463b6405380ac3ff266f980d30cfeeb55eb796ee
python: avoid failures due to $(am__py_compile) being undefined

Fixes automake bug#10995, introduced in commit v1.11-372-gb46debf.

* lib/am/python.am: Move the definition of 'am__py_compile' to
ensure it is always emitted in the output Makefile.in.  Previously,
this wouldn't have happened if the input Makefile.am contained a
'noinst_PYTHON' declaration before a 'python_PYTHON' one.
* tests/Makefile.am (XFAIL_TESTS): Remove 'python-pr10995.test' and
'python.test'.
* NEWS: Update.

Copyright-paperwork-exempt: yes
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
NEWS
lib/am/python.am
tests/Makefile.am