diff options
| author | jdiez17 <jose.manuel.diez@gmail.com> | 2014-02-22 15:30:50 +0000 |
|---|---|---|
| committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-02-24 14:45:07 -0300 |
| commit | be3ce617c718cee0cbd418cd1b014f9e9480a0b9 (patch) | |
| tree | 9a4ee1441286d389202417be432d89297ab7de2d /src/po | |
| parent | 1df4ec20976ad0d6c52eb1207c40e06589ce54da (diff) | |
| download | rneovim-be3ce617c718cee0cbd418cd1b014f9e9480a0b9.tar.gz rneovim-be3ce617c718cee0cbd418cd1b014f9e9480a0b9.tar.bz2 rneovim-be3ce617c718cee0cbd418cd1b014f9e9480a0b9.zip | |
Changed binary output directory from src/ to bin/
Diffstat (limited to 'src/po')
| -rw-r--r-- | src/po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/po/Makefile b/src/po/Makefile index 8674031d84..e22c7f807e 100644 --- a/src/po/Makefile +++ b/src/po/Makefile @@ -127,7 +127,7 @@ CHECKFILES = \ PACKAGE = vim SHELL = /bin/sh -VIM = ../../build/src/vim +VIM = ../../build/bin/vim # 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 |