From 6b1c8ee35b8d3c88fc77bf77c87f8c2938f05a36 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Mon, 23 Jan 2006 14:42:37 +0000 Subject: [PATCH] remove unneeded dependency for generated_definitions.conf --- refpolicy/Rules.modular | 4 ++-- refpolicy/Rules.monolithic | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/refpolicy/Rules.modular b/refpolicy/Rules.modular index 0552a3919..8721f5484 100644 --- a/refpolicy/Rules.modular +++ b/refpolicy/Rules.modular @@ -55,7 +55,7 @@ load: $(INSTPKG) $(APPFILES) # $(MODPKGDIR)/%.pp: %.pp @mkdir -p $(MODPKGDIR) - @echo "Installing $(@F) policy package." + @echo "Installing $(NAME) $(@F) policy package." $(QUIET) install -m 0644 $^ $(MODPKGDIR) ######################################## @@ -104,7 +104,7 @@ tmp/pre_te_files.conf: $(BASE_PRE_TE_FILES) @test -d tmp || mkdir -p tmp $(QUIET) cat $^ > $@ -tmp/generated_definitions.conf: $(ALL_LAYERS) $(BASE_TE_FILES) +tmp/generated_definitions.conf: $(BASE_TE_FILES) @test -d tmp || mkdir -p tmp # define all available object classes $(QUIET) $(GENPERM) $(AVS) $(SECCLASS) > $@ diff --git a/refpolicy/Rules.monolithic b/refpolicy/Rules.monolithic index 0d6aa7dd2..174bdded9 100644 --- a/refpolicy/Rules.monolithic +++ b/refpolicy/Rules.monolithic @@ -99,7 +99,7 @@ tmp/pre_te_files.conf: $(PRE_TE_FILES) @test -d tmp || mkdir -p tmp $(QUIET) cat $^ > $@ -tmp/generated_definitions.conf: $(ALL_LAYERS) $(ALL_TE_FILES) +tmp/generated_definitions.conf: $(ALL_TE_FILES) # per-userdomain templates: @test -d tmp || mkdir -p tmp $(QUIET) echo "define(\`per_userdomain_templates',\`" > $@