summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6e68093bbd..f70fb85293 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ VIM_FOR_SYNTAXTEST = ../../src/vim
syntaxtest:
cd runtime/syntax && \
$(MAKE) clean && \
- $(MAKE) test VIM="$(VIM_FOR_SYNTAXTEST)"
+ $(MAKE) test VIMPROG="$(VIM_FOR_SYNTAXTEST)"
#########################################################################