aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Walch <florian@fwalch.com>2016-07-17 13:26:00 +0200
committerFlorian Walch <florian@fwalch.com>2016-07-30 10:21:04 +0200
commit3d1084f264ed08ed75d038510e2e53359d8544eb (patch)
tree98e52af0df270e663eddfd978162356d9f4b8dd5 /Makefile
parent66a4c958668fca1f8306fe6ea38fed28bc2b84ba (diff)
downloadrneovim-3d1084f264ed08ed75d038510e2e53359d8544eb.tar.gz
rneovim-3d1084f264ed08ed75d038510e2e53359d8544eb.tar.bz2
rneovim-3d1084f264ed08ed75d038510e2e53359d8544eb.zip
Travis: Fix accidental building of 3rd-party dependencies.
Running tests from the top-level Makefile will use the third-party dependencies from .deps instead of the ones from the Travis cache.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 552a79466b..8fdf007260 100644
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,7 @@ oldtest: | nvim helptags
+$(SINGLE_MAKE) -C src/nvim/testdir $(MAKEOVERRIDES)
helptags: | nvim
- +$(BUILD_CMD) -C build runtime/doc/tags
+ +$(BUILD_CMD) -C build helptags
functionaltest: | nvim
+$(BUILD_CMD) -C build functionaltest