summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2019-03-05 11:38:44 +0100
committerKarel Zak2019-03-05 11:38:44 +0100
commit884019e2eab288727f56a3f5a3cff31811e11517 (patch)
tree9233e99aa5550e289008b10586ab04f11f0a4dd8 /Makefile.am
parenttests: add --noskip-commands (diff)
downloadkernel-qcow2-util-linux-884019e2eab288727f56a3f5a3cff31811e11517.tar.gz
kernel-qcow2-util-linux-884019e2eab288727f56a3f5a3cff31811e11517.tar.xz
kernel-qcow2-util-linux-884019e2eab288727f56a3f5a3cff31811e11517.zip
build-sys: add check-programs make target
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e7657afe9..c9ef61226 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -221,6 +221,8 @@ $(CHANGELOG_FILE):
checksmatch:
$(MAKE) CHECK="smatch --data=$(abs_top_srcdir)/tools/smatch-data" CC=cgcc
+check-programs: $(check_PROGRAMS)
+
changelog: $(CHANGELOG_FILE)
install-exec-hook: $(INSTALL_EXEC_HOOKS)