[selinux-policy: 300/3172] make policy.xml depend on all if's being generated

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:30:54 UTC 2010


commit 16e1cf48cdd6d65cf294aac053ac30d860d9fc37
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Thu Jun 9 17:23:23 2005 +0000

    make policy.xml depend on all if's being generated

 refpolicy/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/refpolicy/Makefile b/refpolicy/Makefile
index c55e978..93da130 100644
--- a/refpolicy/Makefile
+++ b/refpolicy/Makefile
@@ -341,7 +341,7 @@ conf $(MOD_DISABLE) $(TUNABLES): tmp/policy.xml
 # no dependencies here, because we don't want to rebuild 
 # this and its dependents every time the dependencies
 # change
-tmp/policy.xml:
+tmp/policy.xml: $(GENERATED_IF)
 	@echo "Creating $@"
 	@mkdir -p tmp
 	$(QUIET) echo '<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>' > $@


More information about the scm-commits mailing list