commit | 40bbceee2213a6fa8fdc1d3f3920d61fb5370803 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 22:24:41 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 22:24:41 2015 +0100 |
tree | b16f86b33998413a6905c60bc250155a9b4a8912 | |
parent | 0d27f64f7188efef99062a3c5694027c12401670 [diff] [blame] |
patch 7.4.988 Problem: Default test target is test49.out. Solution: Add a build rule before including Make_all.mak.
diff --git a/src/testdir/Make_os2.mak b/src/testdir/Make_os2.mak index fd25ab8..828d354 100644 --- a/src/testdir/Make_os2.mak +++ b/src/testdir/Make_os2.mak
@@ -8,6 +8,8 @@ VIMPROG = ../vim.exe +default: all + include Make_all.mak # Omitted: