]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(tutor): update Makefile and make it portable between GNU and BSD
authorRestorerZ <restorer@mail2k.ru>
Thu, 15 Aug 2024 19:51:32 +0000 (21:51 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 15 Aug 2024 19:51:32 +0000 (21:51 +0200)
commit1869fe0ce6f0c1cc37e02623b2a372e1c81f6864
treebd8ff4700d4f0828091f330c34bc1f8534e2cf08
parentcca3df9275c6f76e3b31ad9b13ced91a44e1855b
runtime(tutor): 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: #15502
related: #15493

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