aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/xref.mk
diff options
context:
space:
mode:
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