From 988a441b79fb99f00483fe62e79b7ae395fd16f2 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Thu, 16 Feb 2006 16:45:56 +0000 Subject: [PATCH] remove unneeded dep --- refpolicy/Rules.monolithic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refpolicy/Rules.monolithic b/refpolicy/Rules.monolithic index b383186d6..d324c0bd1 100644 --- a/refpolicy/Rules.monolithic +++ b/refpolicy/Rules.monolithic @@ -105,7 +105,7 @@ $(TMPDIR)/pre_te_files.conf: $(PRE_TE_FILES) @test -d $(TMPDIR) || mkdir -p $(TMPDIR) $(verbose) cat $^ > $@ -$(TMPDIR)/generated_definitions.conf: $(ALL_LAYERS) $(ALL_TE_FILES) +$(TMPDIR)/generated_definitions.conf: $(ALL_TE_FILES) # per-userdomain templates: @test -d $(TMPDIR) || mkdir -p $(TMPDIR) $(verbose) echo "define(\`base_per_userdomain_template',\`" > $@