aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/xref.mk
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <[email protected]>2016-09-08 13:44:04 +0200
committerJean-Sébastien Pédron <[email protected]>2016-09-08 13:44:04 +0200
commite1cb5eb1a4cefc087b05277cde4fa86f51cdced4 (patch)
treea1d647c1967f27a456eb5cc90eb06fd09d40a0b3 /plugins/xref.mk
parent8a20b423784a7ccf223dbabe4d78daa675823664 (diff)
downloaderlang.mk-e1cb5eb1a4cefc087b05277cde4fa86f51cdced4.tar.gz
erlang.mk-e1cb5eb1a4cefc087b05277cde4fa86f51cdced4.tar.bz2
erlang.mk-e1cb5eb1a4cefc087b05277cde4fa86f51cdced4.zip
plugins/xref.mk: Fix typo in variable `XREFR_ARGS`
Diffstat (limited to 'plugins/xref.mk')
-rw-r--r--plugins/xref.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/xref.mk b/plugins/xref.mk
index ab3619b..2e1676e 100644
--- a/plugins/xref.mk
+++ b/plugins/xref.mk
@@ -6,9 +6,9 @@
# Configuration.
ifeq ($(XREF_CONFIG),)
- XREF_ARGS :=
+ XREFR_ARGS :=
else
- XREF_ARGS := -c $(XREF_CONFIG)
+ XREFR_ARGS := -c $(XREF_CONFIG)
endif
XREFR ?= $(CURDIR)/xrefr