summaryrefslogtreecommitdiffstats
path: root/ipa-server/selinux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-server/selinux/Makefile')
-rw-r--r--ipa-server/selinux/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipa-server/selinux/Makefile b/ipa-server/selinux/Makefile
index 3d42a4c7f..a662d2fd4 100644
--- a/ipa-server/selinux/Makefile
+++ b/ipa-server/selinux/Makefile
@@ -13,11 +13,11 @@ clean:
@for subdir in $(SUBDIRS); do \
(cd $$subdir && $(MAKE) -f $(POLICY_MAKEFILE) $@) || exit 1; \
done
- rm -f ipa-server-selinux.spec
-
-maintainer-clean: clean
distclean: clean
+ rm -f ipa-server-selinux.spec
+
+maintainer-clean: distclean
install: all
install -d $(POLICY_DIR)