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

This commit is contained in:
Chris PeBenito 2005-06-09 17:23:23 +00:00
parent dc67f782e4
commit 16e1cf48cd

View File

@ -341,7 +341,7 @@ conf $(MOD_DISABLE) $(TUNABLES): tmp/policy.xml
# no dependencies here, because we don't want to rebuild # no dependencies here, because we don't want to rebuild
# this and its dependents every time the dependencies # this and its dependents every time the dependencies
# change # change
tmp/policy.xml: tmp/policy.xml: $(GENERATED_IF)
@echo "Creating $@" @echo "Creating $@"
@mkdir -p tmp @mkdir -p tmp
$(QUIET) echo '<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>' > $@ $(QUIET) echo '<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>' > $@