]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
autotools: all target are conditional 521/head
authorEric Leblond <eric@regit.org>
Tue, 3 Sep 2013 11:29:27 +0000 (13:29 +0200)
committerEric Leblond <eric@regit.org>
Tue, 3 Sep 2013 11:29:27 +0000 (13:29 +0200)
qa/coccinelle/Makefile.am

index 71dfabf47e67ecc6aeffe5cdb33bb3ee28704fab..8ceebe068953970b12ca8ceabd9e6d4eb9e83375 100644 (file)
@@ -9,13 +9,13 @@ EXTRA_DIST= access-pkt-packet.cocci \
     sz3.cocci \
     run_check.sh struct-flags.py
 
+if HAVE_COCCINELLE
 struct-flags.cocci:
        $(srcdir)/struct-flags.py > $(top_builddir)/qa/coccinelle/struct-flags.cocci
 
-if HAVE_COCCINELLE
 check:
        $(top_srcdir)/qa/coccinelle/run_check.sh
-endif
 
 distclean-local:
        -rm $(top_builddir)/qa/coccinelle/struct-flags.cocci
+endif