]> git.saurik.com Git - apple/xnu.git/blobdiff - security/conf/Makefile
xnu-2050.7.9.tar.gz
[apple/xnu.git] / security / conf / Makefile
index bdb8f33f837e44371657647aef662a5efe0c346c..3bab0d1cef0ab8821e721ffeb91cfb96c7dbe78a 100644 (file)
@@ -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) \