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
1 changed files with 1 additions and 1 deletions

View File

@ -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"?>' > $@