From ba48ceb1a3802e20e781ef04ea2573ffae2ac414 Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Tue, 25 Sep 2012 21:15:08 +0000 Subject: Add --program-prefix support to build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164633 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.config.in') diff --git a/Makefile.config.in b/Makefile.config.in index e3bd2a2..b4ecea6 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 -- cgit v1.1