[selinux-policy: 839/3172] make implicit work

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 20:17:38 UTC 2010


commit a662d2b7f9da2c4c61e7f43a2b29f03007329f9d
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Tue Oct 25 03:20:16 2005 +0000

    make implicit work

 refpolicy/Rules.modular |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/refpolicy/Rules.modular b/refpolicy/Rules.modular
index 885ccfb..e5b28bd 100644
--- a/refpolicy/Rules.modular
+++ b/refpolicy/Rules.modular
@@ -156,7 +156,7 @@ tmp/%.mod.fc: $(M4SUPPORT) %.fc
 
 %.pp: tmp/%.mod tmp/%.mod.fc
 	@echo "Creating $(NAME) $(@F) policy package"
-	$(QUIET) $(SEMOD_PKG) -o $@ -m tmp/%.mod -f tmp/%.mod.fc
+	$(QUIET) $(SEMOD_PKG) -o $@ -m $< -f $<.fc
 
 ########################################
 #


More information about the scm-commits mailing list