]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(lang): update Makefile and make it portable between GNU and BSD
authorRestorerZ <restorer@mail2k.ru>
Thu, 15 Aug 2024 19:43:56 +0000 (21:43 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 15 Aug 2024 19:43:56 +0000 (21:43 +0200)
commit5f995c92e7658acd16f73c6f6c5a2b9c2e0bdbcd
treed8601c560b5b5f61f88358028f217f777f36754c
parent81b62dd65435d6d7917934daf5eff42eca8906f8
runtime(lang): update Makefile and make it portable between GNU and BSD

by removing the non-portable GNU variable and using $? instead
Note: this only works for rules with single dependencies.

closes: #15503

Signed-off-by: RestorerZ <restorer@mail2k.ru>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/lang/Makefile