summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorSebastian Pop <spop@codeaurora.org>2012-08-27 23:05:06 +0000
committerSebastian Pop <spop@codeaurora.org>2012-08-27 23:05:06 +0000
commit94a935f072452d00207b1e8c1da75c31bb2a5f9b (patch)
treed361eca389dfde2929dcb15534f6a5739cc704c6 /Makefile.config.in
parente1630e01dee7f131eda6c1ddac4b6776fa1b31f4 (diff)
downloadllvm-94a935f072452d00207b1e8c1da75c31bb2a5f9b.tar.gz
llvm-94a935f072452d00207b1e8c1da75c31bb2a5f9b.tar.bz2
llvm-94a935f072452d00207b1e8c1da75c31bb2a5f9b.tar.xz
Add --program-prefix support to build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162707 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index e3bd2a207a..b4ecea631e 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -61,6 +61,7 @@ endif
prefix := @prefix@
PROJ_prefix := $(prefix)
+program_prefix := @program_prefix@
PROJ_VERSION := $(LLVMVersion)
else
ifndef PROJ_SRC_ROOT