mirror of
https://github.com/SELinuxProject/refpolicy
synced 2025-04-01 22:58:20 +00:00
fix explicit dep of policy.conf
This commit is contained in:
parent
0834f9b9e8
commit
efc94af8cf
@ -209,7 +209,7 @@ $(BUILDDIR)longcheck.res: $(POLICY_CONF) $(FC)
|
|||||||
#
|
#
|
||||||
# Appconfig files
|
# Appconfig files
|
||||||
#
|
#
|
||||||
$(APPDIR)/customizable_types: policy.conf
|
$(APPDIR)/customizable_types: $(POLICY_CONF)
|
||||||
@mkdir -p $(APPDIR)
|
@mkdir -p $(APPDIR)
|
||||||
$(verbose) grep "^type .*customizable" $< | cut -d',' -f1 | cut -d' ' -f2 > $(TMPDIR)/customizable_types
|
$(verbose) grep "^type .*customizable" $< | cut -d',' -f1 | cut -d' ' -f2 > $(TMPDIR)/customizable_types
|
||||||
$(verbose) install -m 644 $(TMPDIR)/customizable_types $@
|
$(verbose) install -m 644 $(TMPDIR)/customizable_types $@
|
||||||
|
Loading…
Reference in New Issue
Block a user