summaryrefslogtreecommitdiffstats
path: root/ipapython/Makefile
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2015-06-02 12:04:25 +0000
committerJan Cholasta <jcholast@redhat.com>2015-06-08 15:34:11 +0000
commit9e9c01fba2938f26843a6c4f44622c86416ef525 (patch)
tree7c7253d28f91d90949cbf9ec6b0e19215bcf07e0 /ipapython/Makefile
parent08229a0c5457d4e0c13d6b02a1f38f60ea787856 (diff)
downloadfreeipa-9e9c01fba2938f26843a6c4f44622c86416ef525.tar.gz
freeipa-9e9c01fba2938f26843a6c4f44622c86416ef525.tar.xz
freeipa-9e9c01fba2938f26843a6c4f44622c86416ef525.zip
install: Introduce installer framework ipapython.install
https://fedorahosted.org/freeipa/ticket/4468 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipapython/Makefile')
-rw-r--r--ipapython/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipapython/Makefile b/ipapython/Makefile
index b2cf719fd..852764323 100644
--- a/ipapython/Makefile
+++ b/ipapython/Makefile
@@ -10,6 +10,7 @@ all:
(cd $$subdir && $(MAKE) $@) || exit 1; \
done
+.PHONY: install
install:
if [ "$(DESTDIR)" = "" ]; then \
python2 setup.py install; \