diff options
author | Jordan Rose <jordan_rose@apple.com> | 2012-10-01 18:40:32 +0000 |
---|---|---|
committer | Jordan Rose <jordan_rose@apple.com> | 2012-10-01 18:40:32 +0000 |
commit | 92080529a05e223303a75d83008f804fd518aba7 (patch) | |
tree | a55d8eb8e049bc49c080e184ae35de4b7487b923 /Makefile.config.in | |
parent | 7744345a71ccf88ab19373e740a0732e234b34bb (diff) |
Re-enable support for --program-prefix.
The Apple buildbots have been modified not to pass --target,
so they shouldn't choke on a default program prefix anymore.
Patch by Rick Foos!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164956 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 1 |
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 |