summaryrefslogtreecommitdiffstats
path: root/ipapython/Makefile
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-11-13 06:54:12 +0000
committerMartin Basti <mbasti@redhat.com>2015-11-18 12:53:26 +0100
commit2d39acf626358c01b5f18567f991b195ca842641 (patch)
treee4b296a44a937543fea2f5791b3b15a508d2638e /ipapython/Makefile
parent559420562839b7cfe8e9af45bf22a3e9755963a7 (diff)
downloadfreeipa-2d39acf626358c01b5f18567f991b195ca842641.tar.gz
freeipa-2d39acf626358c01b5f18567f991b195ca842641.tar.xz
freeipa-2d39acf626358c01b5f18567f991b195ca842641.zip
BUILD: provide check target in custom Makefiles
The automake generated makefiles have already a target check. We need to provide this target also to non-generated Makefiles so we can recursively call make check from top level Makefile Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipapython/Makefile')
-rw-r--r--ipapython/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipapython/Makefile b/ipapython/Makefile
index 852764323..a865ca758 100644
--- a/ipapython/Makefile
+++ b/ipapython/Makefile
@@ -10,6 +10,8 @@ all:
(cd $$subdir && $(MAKE) $@) || exit 1; \
done
+check:
+
.PHONY: install
install:
if [ "$(DESTDIR)" = "" ]; then \