diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-12-17 14:36:14 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-12-17 14:36:14 +0100 |
commit | caad4f0a0b428f3dc4e9e395ad0b1cddb38d3bcd (patch) | |
tree | e3e4c705d4d74258f06d4d3e93b75b48ab4a7da6 /src/INSTALL | |
parent | e3faf44bef029d07f37a457bd0050653b628058f (diff) | |
download | vim-git-caad4f0a0b428f3dc4e9e395ad0b1cddb38d3bcd.tar.gz |
updated for version 7.4.553v7.4.553
Problem: Various small issues.
Solution: Fix those issues.
Diffstat (limited to 'src/INSTALL')
-rw-r--r-- | src/INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/INSTALL b/src/INSTALL index aa4b6e341..54297d198 100644 --- a/src/INSTALL +++ b/src/INSTALL @@ -316,7 +316,7 @@ directory where you want the object files and executables to go and run the `configure' script. `configure' automatically checks for the source code in the directory that `configure' is in and in `..'. - If you have to use a `make' that does not supports the `VPATH' + If you have to use a `make' that does not support the `VPATH' variable, you have to compile the package for one architecture at a time in the source code directory. After you have installed the package for one architecture, use `make distclean' before reconfiguring for another |