diff options
Diffstat (limited to 'selinux')
-rw-r--r-- | selinux/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selinux/Makefile.am b/selinux/Makefile.am index dbfb63c81de..280e7ecd4be 100644 --- a/selinux/Makefile.am +++ b/selinux/Makefile.am @@ -6,7 +6,7 @@ EXTRA_DIST = \ SELINUXROOT = $(DESTDIR)$(datadir)/selinux ceph.pp: ceph.te ceph.fc ceph.if - $(MAKE) -f $(datadir)/selinux/devel/Makefile ceph.pp + $(MAKE) -j1 -f $(datadir)/selinux/devel/Makefile ceph.pp if ENABLE_SERVER if WITH_SELINUX |