trunk: fix .SECONDARY in modular makefile to work around a bug in make 3.81.

This commit is contained in:
Chris PeBenito 2007-12-17 20:17:34 +00:00
parent 6a37eba885
commit 1a61ce02e3
1 changed files with 1 additions and 2 deletions

View File

@ -30,8 +30,7 @@ vpath %.te $(all_layers)
vpath %.if $(all_layers)
vpath %.fc $(all_layers)
# broken in make 3.81:
#.SECONDARY:
.SECONDARY: $(addprefix $(tmpdir)/,$(mod_pkgs:.pp=.mod)) $(addprefix $(tmpdir)/,$(mod_pkgs:.pp=.mod.fc))
########################################
#