summaryrefslogtreecommitdiff
path: root/lib/x509/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/Makefile.am')
-rw-r--r--lib/x509/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/Makefile.am b/lib/x509/Makefile.am
index 63b2b849b4..5caf8f87f9 100644
--- a/lib/x509/Makefile.am
+++ b/lib/x509/Makefile.am
@@ -86,6 +86,6 @@ libgnutls_x509_la_SOURCES += ocsp.c ocsp_output.c
endif
supported_exts.h: $(srcdir)/supported_exts.gperf
- -gperf --global-table -t $^ > $@-tmp \
+ $(V_GPERF)$(GPERF) --global-table -t $^ > $@-tmp \
&& sed 's/^const struct supported_exts_st \*/static const struct supported_exts_st \*/' <$@-tmp >$@ \
&& rm -f $@-tmp