]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build-sys: fix typo
authorKarel Zak <kzak@redhat.com>
Fri, 29 May 2015 11:42:35 +0000 (13:42 +0200)
committerMartin Pitt <martin.pitt@ubuntu.com>
Fri, 29 May 2015 11:55:02 +0000 (13:55 +0200)
There is nothing like systemd_verify_* in Makefile.am. The bug has
been invisible because automake uses the default CFLAGS when component
CFLAGS are undefined.

Makefile.am

index f23bd0cf2fed361cd3365fabcff714e265a14543..7338315607262b37e7276d1dadcc521715ac13e8 100644 (file)
@@ -2131,7 +2131,7 @@ systemd_analyze_SOURCES = \
        src/analyze/analyze-verify.c \
        src/analyze/analyze-verify.h
 
-systemd_verify_CFLAGS = \
+systemd_analyze_CFLAGS = \
        $(AM_CFLAGS) \
        $(SECCOMP_CFLAGS)