comment out .SECONDARY since its broken in make 3.81, and rawhide uses this make now
This commit is contained in:
parent
2f8eec29c5
commit
4b01e21d37
@ -31,7 +31,8 @@ vpath %.te $(ALL_LAYERS)
|
||||
vpath %.if $(ALL_LAYERS)
|
||||
vpath %.fc $(ALL_LAYERS)
|
||||
|
||||
.SECONDARY:
|
||||
# broken in make 3.81:
|
||||
#.SECONDARY:
|
||||
|
||||
########################################
|
||||
#
|
||||
|
@ -125,7 +125,8 @@ endef
|
||||
.PHONY: clean all xml
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .pp
|
||||
.SECONDARY:
|
||||
# broken in make 3.81:
|
||||
#.SECONDARY:
|
||||
|
||||
########################################
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user