Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: Makefile.config.in

Issue 939073008: Rebased PNaCl localmods in LLVM to 223109 (Closed)
Patch Set: undo localmod Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Makefile.rules ('k') | OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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@
« no previous file with comments | « Makefile.rules ('k') | OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698