changeset 39137:6289200390d5

generator: fix gl_VC_FILES in gnulib_cache
author Dmitry Selyutin <ghostmansd@gmail.com>
date Thu, 05 Jul 2018 22:32:35 +0300
parents 25eedd702b46
children 61d46a751bfa
files pygnulib/generator.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pygnulib/generator.py	Thu Jul 05 21:57:52 2018 +0300
+++ b/pygnulib/generator.py	Thu Jul 05 22:32:35 2018 +0300
@@ -962,7 +962,7 @@
     yield f"gl_PO_DOMAIN([{config.po_domain}])"
     yield f"gl_WITNESS_C_MACRO([{config.witness_c_macro}])"
     if config.vc_files:
-        yield "gl_VC_FILES([{true}])"
+        yield "gl_VC_FILES([])"