aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/asn1/Makefile.am')
-rw-r--r--plugins/asn1/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/asn1/Makefile.am b/plugins/asn1/Makefile.am
index d9ea9ef01e..9574d9f461 100644
--- a/plugins/asn1/Makefile.am
+++ b/plugins/asn1/Makefile.am
@@ -80,7 +80,7 @@ LIBS =
#
plugin.c: $(DISSECTOR_SRC) $(top_srcdir)/tools/make-dissector-reg \
$(top_srcdir)/tools/make-dissector-reg.py
- @if test -n $(PYTHON); then \
+ @if test -n "$(PYTHON)"; then \
echo Making plugin.c with python ; \
$(PYTHON) $(top_srcdir)/tools/make-dissector-reg.py $(srcdir) \
plugin $(DISSECTOR_SRC) ; \