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)) |
Jim Stichnoth
2014/05/22 16:57:42
Too bad about >80 char line... :(
Derek Schuff
2014/05/22 23:21:56
That's a nice line you have there... it would be a
|
+endif |
+ |
prefix := @prefix@ |
PROJ_prefix := $(prefix) |
program_prefix := @program_prefix@ |