comment out .SECONDARY since its broken in make 3.81, and rawhide uses this make now

This commit is contained in:
Chris PeBenito 2006-05-26 14:33:44 +00:00
parent 2f8eec29c5
commit 4b01e21d37
2 changed files with 4 additions and 2 deletions

View File

@ -31,7 +31,8 @@ vpath %.te $(ALL_LAYERS)
vpath %.if $(ALL_LAYERS)
vpath %.fc $(ALL_LAYERS)
.SECONDARY:
# broken in make 3.81:
#.SECONDARY:
########################################
#

View File

@ -125,7 +125,8 @@ endef
.PHONY: clean all xml
.SUFFIXES:
.SUFFIXES: .pp
.SECONDARY:
# broken in make 3.81:
#.SECONDARY:
########################################
#