diff --git a/llvm/Makefile.common b/llvm/Makefile.common index 67ca17f20447..b5c4c9c9dcfb 100644 --- a/llvm/Makefile.common +++ b/llvm/Makefile.common @@ -163,7 +163,7 @@ endif #if PROJDIR is defined then we include PROJ DIR includes and libraries ifndef PROJ_COMPILE -PROJ_INCLUDE = "." +PROJ_INCLUDE = . else PROJ_INCLUDE = $(PROJ_DIR)/include endif diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules index 67ca17f20447..b5c4c9c9dcfb 100644 --- a/llvm/Makefile.rules +++ b/llvm/Makefile.rules @@ -163,7 +163,7 @@ endif #if PROJDIR is defined then we include PROJ DIR includes and libraries ifndef PROJ_COMPILE -PROJ_INCLUDE = "." +PROJ_INCLUDE = . else PROJ_INCLUDE = $(PROJ_DIR)/include endif