aboutsummaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorMartin Kletzander <mkletzan@redhat.com>2012-09-18 13:59:53 +0200
committerMartin Kletzander <mkletzan@redhat.com>2012-09-18 13:59:53 +0200
commit9ac287f8268071b5b73b99198f98362bf56e6792 (patch)
tree3886cc16235bf216a7926bde11625ad04cf2220e /cfg.mk
parentAdhere to copyright_address check (diff)
downloadlibvirt-9ac287f8268071b5b73b99198f98362bf56e6792.tar.gz
libvirt-9ac287f8268071b5b73b99198f98362bf56e6792.tar.bz2
libvirt-9ac287f8268071b5b73b99198f98362bf56e6792.zip
syntax-check: fix run.in
Two more problems in "run.in" made the syntax-check fail.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index 0dd58df7a..bbfd4a286 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -789,7 +789,7 @@ exclude_file_name_regexp--sc_prohibit_newline_at_end_of_diagnostic = \
^src/rpc/gendispatch\.pl$$
exclude_file_name_regexp--sc_prohibit_nonreentrant = \
- ^((po|tests)/|docs/.*py$$)
+ ^((po|tests)/|docs/.*py|run.in$$)
exclude_file_name_regexp--sc_prohibit_raw_allocation = \
^(src/util/memory\.[ch]|examples/.*)$$