]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0670: po file encoding fails on *BSD during make v9.1.0670
authorRestorerZ <restorer@mail2k.ru>
Sun, 11 Aug 2024 18:03:35 +0000 (20:03 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 11 Aug 2024 18:03:35 +0000 (20:03 +0200)
commite20aeb875c5da145922696823d893de5f61807ae
tree7478f89f51cab513d168cb3802fd8d9a3f00ea90
parent659713da338fc758317e4e600170b02887ae3727
patch 9.1.0670: po file encoding fails on *BSD during make

Problem:  po file encoding fails on *BSD during make
Solution: instead of using `$<` make use of variable `$?` which should
          be equivalent when the rule is dependent on only a single
          file (RestorerZ).

closes: #15471

Signed-off-by: RestorerZ <restorer@mail2k.ru>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/po/Makefile
src/version.c