diff options
Diffstat (limited to 'src/po/Makefile')
-rw-r--r-- | src/po/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/po/Makefile b/src/po/Makefile index 8674031d84..d702b9f277 100644 --- a/src/po/Makefile +++ b/src/po/Makefile @@ -125,9 +125,9 @@ CHECKFILES = \ uk.cp1251.ck \ zh_CN.cp936.ck -PACKAGE = vim +PACKAGE = nvim SHELL = /bin/sh -VIM = ../../build/src/vim +VIM = ../../build/bin/nvim # The OLD_PO_FILE_INPUT and OLD_PO_FILE_OUTPUT are for the new GNU gettext # tools 0.10.37, which use a slightly different .po file format that is not |