From 3bb9e1bbd5c8ae42e113b52dc88f9ec75b9b1142 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Mon, 2 Jun 2014 07:50:12 +0200 Subject: ipaplatform: Change makefiles to accomodate for new platform package https://fedorahosted.org/freeipa/ticket/4052 Reviewed-By: Petr Viktorin --- ipapython/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipapython/Makefile') diff --git a/ipapython/Makefile b/ipapython/Makefile index d1a3ff54b..e09956ad3 100644 --- a/ipapython/Makefile +++ b/ipapython/Makefile @@ -27,7 +27,7 @@ clean: done distclean: clean - rm -f setup.py ipa-python.spec version.py services.py + rm -f setup.py ipa-python.spec version.py @for subdir in $(SUBDIRS); do \ (cd $$subdir && $(MAKE) $@) || exit 1; \ done -- cgit