X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/6d2010ae8f7a6078e10b361c6962983bab233e0f..db6096698656d32db7df630594bd9617ee54f828:/pexpert/conf/Makefile diff --git a/pexpert/conf/Makefile b/pexpert/conf/Makefile index 06a9defdf..482f105be 100644 --- a/pexpert/conf/Makefile +++ b/pexpert/conf/Makefile @@ -42,9 +42,11 @@ $(COMPOBJROOT)/$(PEXPERT_KERNEL_CONFIG)/Makefile : $(SOURCE)/MASTER \ do_all: $(COMPOBJROOT)/$(PEXPERT_KERNEL_CONFIG)/Makefile $(_v)next_source=$(subst conf/,,$(SOURCE)); \ + next_relsource=$(subst conf/,,$(RELATIVE_SOURCE_PATH)); \ ${MAKE} -C $(COMPOBJROOT)/$(PEXPERT_KERNEL_CONFIG) \ MAKEFILES=$(TARGET)/$(PEXPERT_KERNEL_CONFIG)/Makefile \ SOURCE=$${next_source} \ + RELATIVE_SOURCE_PATH=$${next_relsource} \ TARGET=$(TARGET) \ INCL_MAKEDEP=FALSE \ KERNEL_CONFIG=$(PEXPERT_KERNEL_CONFIG) \