| Index: Makefile.config.in
|
| diff --git a/Makefile.config.in b/Makefile.config.in
|
| index d34a2d51a933d9efd2c352cce5e0f1c6776a1785..3146ea02220fc4ecd2aef8cfdc14be21b486b105 100644
|
| --- a/Makefile.config.in
|
| +++ b/Makefile.config.in
|
| @@ -63,6 +63,10 @@ ifneq ($(CLANG_SRC_ROOT),)
|
| PROJ_SRC_DIR := $(patsubst $(LLVM_SRC_ROOT)/tools/clang%,$(CLANG_SRC_ROOT)%,$(PROJ_SRC_DIR))
|
| endif
|
|
|
| +ifneq ($(SUBZERO_SRC_ROOT),)
|
| + PROJ_SRC_DIR := $(patsubst $(LLVM_SRC_ROOT)/tools/subzero%,$(SUBZERO_SRC_ROOT)%,$(PROJ_SRC_DIR))
|
| +endif
|
| +
|
| prefix := @prefix@
|
| PROJ_prefix := $(prefix)
|
| program_prefix := @program_prefix@
|
|
|