]> Savannah Git Hosting - gnulib.git/commitdiff
generator: fix gl_VC_FILES in gnulib_cache
authorDmitry Selyutin <ghostmansd@gmail.com>
Thu, 5 Jul 2018 19:32:35 +0000 (22:32 +0300)
committerDmitry Selyutin <ghostmansd@gmail.com>
Thu, 5 Jul 2018 19:32:35 +0000 (22:32 +0300)
pygnulib/generator.py

index c9b76590ea5083aebd7fe8c69cc508d657fe811d..a84d248c393356cb3c6f68f20ec43405f14c3494 100644 (file)
@@ -962,7 +962,7 @@ def gnulib_cache(config, explicit):
     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([])"