[selinux-policy: 1276/3172] fix explicit dep of policy.conf

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 20:55:23 UTC 2010


commit efc94af8cf26134398ed45672d8bd832d3933c93
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Mar 15 15:15:45 2006 +0000

    fix explicit dep of policy.conf

 refpolicy/Rules.monolithic |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/refpolicy/Rules.monolithic b/refpolicy/Rules.monolithic
index 50ae007..57eae42 100644
--- a/refpolicy/Rules.monolithic
+++ b/refpolicy/Rules.monolithic
@@ -209,7 +209,7 @@ $(BUILDDIR)longcheck.res: $(POLICY_CONF) $(FC)
 #
 # Appconfig files
 #
-$(APPDIR)/customizable_types: policy.conf
+$(APPDIR)/customizable_types: $(POLICY_CONF)
 	@mkdir -p $(APPDIR)
 	$(verbose) grep "^type .*customizable" $< | cut -d',' -f1 | cut -d' ' -f2 > $(TMPDIR)/customizable_types
 	$(verbose) install -m 644 $(TMPDIR)/customizable_types $@ 


More information about the scm-commits mailing list