diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2012-07-26 18:20:25 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2012-07-26 18:20:25 +0000 |
commit | 83b525946406ff3751182b2c0c54905f455e0f16 (patch) | |
tree | feaa959341c46e376d4e5825a08411208d9290dc /Makefile.config.in | |
parent | 15e2d7130a050719957e607f657367da9177b19c (diff) | |
download | klee-83b525946406ff3751182b2c0c54905f455e0f16.tar.gz |
Patch by Dan Liew: "fixed mistake in autoconf substitution variable name."
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@160792 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index a338f0d1..b4a5091c 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -19,7 +19,7 @@ LLVM_BUILD_MODE = @LLVM_BUILD_MODE@ PROJ_SRC_ROOT := $(subst //,/,@abs_top_srcdir@) # Set the root directory of this project's object files -PROJ_OBJ_ROOT := $(subst //,/,@abs_top_objdir@) +PROJ_OBJ_ROOT := $(subst //,/,@abs_top_builddir@) # Set the root directory of this project's install prefix PROJ_INSTALL_ROOT := @prefix@ |