X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/13f56ec4e58bf8687e2a68032c093c0213dd519b..316670eb35587141e969394ae8537d66b9211e80:/security/conf/Makefile?ds=sidebyside diff --git a/security/conf/Makefile b/security/conf/Makefile index bdb8f33f8..3bab0d1ce 100644 --- a/security/conf/Makefile +++ b/security/conf/Makefile @@ -42,9 +42,11 @@ $(COMPOBJROOT)/$(SECURITY_KERNEL_CONFIG)/Makefile : $(SOURCE)/MASTER \ do_all: $(COMPOBJROOT)/$(SECURITY_KERNEL_CONFIG)/Makefile $(_v)next_source=$(subst conf/,,$(SOURCE)); \ + next_relsource=$(subst conf/,,$(RELATIVE_SOURCE_PATH)); \ ${MAKE} -C $(COMPOBJROOT)/$(SECURITY_KERNEL_CONFIG) \ MAKEFILES=$(TARGET)/$(SECURITY_KERNEL_CONFIG)/Makefile \ SOURCE=$${next_source} \ + RELATIVE_SOURCE_PATH=$${next_relsource} \ TARGET=$(TARGET) \ INCL_MAKEDEP=FALSE \ KERNEL_CONFIG=$(SECURITY_KERNEL_CONFIG) \