remove unneeded dependency for generated_definitions.conf

This commit is contained in:
Chris PeBenito 2006-01-23 14:42:37 +00:00
parent f6abfdb89d
commit 6b1c8ee35b
2 changed files with 3 additions and 3 deletions

View File

@ -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) > $@

View File

@ -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',\`" > $@