]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Fix GNU Make conversion regular expressions.
authorCollin Funk <collin.funk1@gmail.com>
Fri, 1 Mar 2024 02:37:53 +0000 (18:37 -0800)
committerBruno Haible <bruno@clisp.org>
Fri, 1 Mar 2024 11:57:39 +0000 (12:57 +0100)
commita67984f9c3f8b304dda8594e65cb6ea7e3db521c
tree3f803154c7400e014e185e18c4b9185590207779
parentfc43b15ede5d4d21ff20f59ac0aeeaec48c8b2c4
gnulib-tool.py: Fix GNU Make conversion regular expressions.

* pygnulib/GLEmiter.py (GLEmiter.lib_Makefile_am): Reduce code
duplication. Use re.MULTILINE so '^' matches the start of each line
instead of only the start of a string.
ChangeLog
pygnulib/GLEmiter.py