make policy.xml depend on all if's being generated
This commit is contained in:
parent
dc67f782e4
commit
16e1cf48cd
@ -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"?>' > $@
|
||||||
|
Loading…
Reference in New Issue
Block a user