From 1b010058235fb803c1d4f42a02d2883921be8ef4 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 12 Sep 2016 12:24:11 +0200 Subject: patch 7.4.2365 Problem: Needless line break. Confusing directory name. Solution: Remove line break. Prepend "../" to "tools". --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e601b6757b..a83e7337b7 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3