commit | e9b892ebcd8596bf813793a1eed5a460a9495a28 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 21:15:58 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 21:15:58 2016 +0100 |
tree | 209bed14093b4006bc946bbffdedc15d048db039 | |
parent | 25b2b94ea73eff2aeef624d2ba7f59a1a265a0c1 [diff] [blame] |
patch 7.4.1125 Problem: There is no perleval(). Solution: Add perleval(). (Damien)
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 69fd936..87fcbf9 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -178,7 +178,8 @@ test_increment.res \ test_quickfix.res \ test_viml.res \ - test_alot.res + test_alot.res \ + test_perl.res # Explicit dependencies.