The only reason this worked is because all cases have DDIR == BUILD_LIB Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxxxx> --- buildlib/rdma_functions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildlib/rdma_functions.cmake b/buildlib/rdma_functions.cmake index 53a978e896acfa..292cacb6c125e6 100644 --- a/buildlib/rdma_functions.cmake +++ b/buildlib/rdma_functions.cmake @@ -28,7 +28,7 @@ function(rdma_create_symlink LINK_CONTENT DEST) IF(NOT EXISTS "${DDIR}/") execute_process(COMMAND "${CMAKE_COMMAND}" "-E" "make_directory" - "${BUILD_LIB}" RESULT_VARIABLE retcode) + "${DDIR}" RESULT_VARIABLE retcode) if(NOT "${retcode}" STREQUAL "0") message(FATAL_ERROR "Failed to create directory ${DDIR}") endif() -- 2.16.1 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html