From 4b01e21d37a974f346be561b19bbe17c55c3617e Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Fri, 26 May 2006 14:33:44 +0000 Subject: [PATCH] comment out .SECONDARY since its broken in make 3.81, and rawhide uses this make now --- refpolicy/Rules.modular | 3 ++- refpolicy/support/Makefile.devel | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/refpolicy/Rules.modular b/refpolicy/Rules.modular index 370e08bc..d0bbaf8a 100644 --- a/refpolicy/Rules.modular +++ b/refpolicy/Rules.modular @@ -31,7 +31,8 @@ vpath %.te $(ALL_LAYERS) vpath %.if $(ALL_LAYERS) vpath %.fc $(ALL_LAYERS) -.SECONDARY: +# broken in make 3.81: +#.SECONDARY: ######################################## # diff --git a/refpolicy/support/Makefile.devel b/refpolicy/support/Makefile.devel index 5c4047f4..0163f2ff 100644 --- a/refpolicy/support/Makefile.devel +++ b/refpolicy/support/Makefile.devel @@ -125,7 +125,8 @@ endef .PHONY: clean all xml .SUFFIXES: .SUFFIXES: .pp -.SECONDARY: +# broken in make 3.81: +#.SECONDARY: ######################################## #