| Index: Makefile.config.in
|
| diff --git a/Makefile.config.in b/Makefile.config.in
|
| index dcca45f36cd8792f3869bd5f5a995b302df59640..daad8445ca4141eca74183c931524a2c0b271f49 100644
|
| --- a/Makefile.config.in
|
| +++ b/Makefile.config.in
|
| @@ -59,6 +59,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@
|
|
|