diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-09-12 12:24:11 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-09-12 12:24:11 +0200 |
commit | 1b010058235fb803c1d4f42a02d2883921be8ef4 (patch) | |
tree | 6cae2a8a3338cab25be5834d68ec89113bbf1764 /Makefile | |
parent | 220adb1e9f9e0b27d28185167d2730bf2f93057d (diff) | |
download | vim-git-1b010058235fb803c1d4f42a02d2883921be8ef4.tar.gz |
patch 7.4.2365v7.4.2365
Problem: Needless line break. Confusing directory name.
Solution: Remove line break. Prepend "../" to "tools".
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ MINOR = 4 # > nmake -f Make_mvc.mak testclean # > nmake -f Make_mvc.mak test # - check the output. -# - Rename (using tools/rename.bat): +# - Rename (using ../tools/rename.bat): # vim.exe to vimw32.exe # tee/tee.exe to teew32.exe # xxd/xxd.exe to xxdw32.exe |