From ad8af23ae1f9c1f60181f305583a221f3d52c8c9 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Thu, 16 Feb 2006 21:20:55 +0000 Subject: [PATCH] add missing vpath and .pp build dir for modules in local layers --- refpolicy/support/Makefile.devel | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/refpolicy/support/Makefile.devel b/refpolicy/support/Makefile.devel index 6f2fbea0..018de123 100644 --- a/refpolicy/support/Makefile.devel +++ b/refpolicy/support/Makefile.devel @@ -90,7 +90,11 @@ detected_layers = $(filter-out CVS tmp $(docs),$(shell find $(wildcard *) -maxd 3rd_party_ifs = $(3rd_party_mods:.te=.if) detected_mods = $(3rd_party_mods) $(foreach layer,$(detected_layers),$(wildcard $(layer)/*.te)) detected_ifs = $(3rd_party_ifs) $(foreach layer,$(detected_layers),$(wildcard $(layer)/*.if)) -all_packages = $(detected_mods:.te=.pp) +all_packages = $(notdir $(detected_mods:.te=.pp)) + +vpath %.te $(detected_layers) +vpath %.if $(detected_layers) +vpath %.fc $(detected_layers) # if there are modules in the current directory, add them into the third party layer ifneq "$(3rd_party_ifs)" ""