diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-16 20:43:14 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-16 20:43:14 +0200 |
commit | e21d62435ef966b8adb40dee13ef9d6791316674 (patch) | |
tree | 2ff59efe05cb866853ce4935ad1e365ac490d8ec /Makefile | |
parent | c3e539fa703b23d9a24c3520c96ec305ee932cb4 (diff) | |
download | vim-git-e21d62435ef966b8adb40dee13ef9d6791316674.tar.gz |
patch 7.4.2053v7.4.2053
Problem: Can't run scripttests in the top directory.
Solution: Add targets to the top Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ first: # Some make programs use the last target for the $@ default; put the other # targets separately to always let $@ expand to "first" by default. -all install uninstall tools config configure reconfig proto depend lint tags types test testclean clean distclean: +all install uninstall tools config configure reconfig proto depend lint tags types test scripttests unittests testclean clean distclean: @if test ! -f src/auto/config.mk; then \ cp src/config.mk.dist src/auto/config.mk; \ fi |