about summary refs log tree commit diff homepage
path: root/Makefile.common
diff options
context:
space:
mode:
authorDan Liew <daniel.liew@imperial.ac.uk>2013-12-15 19:08:46 +0000
committerDan Liew <daniel.liew@imperial.ac.uk>2013-12-21 23:22:46 +0000
commit492de06e578a76a8d6b8311dd7c1c1c440623072 (patch)
tree1c3eccd76351844c4a5dff986e7ecf8732062d6d /Makefile.common
parent857831d18708ada4590c511494d3ae5f94cf6a6a (diff)
downloadklee-492de06e578a76a8d6b8311dd7c1c1c440623072.tar.gz
Revert "Patch from Ben Gras which "makes Klee look for the libraries in the"
This reverts commit 1715ee37118cdf8785a1dd70d812b6a88ad623e7.

Conflicts:
	Makefile.common

Future commits are going to add a more way elegant to handle the
search for libraries in build/install directory.
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 3f60bbec..3550baae 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -32,7 +32,7 @@ C.Flags += -std=gnu89
 
 LD.Flags += -L$(STP_ROOT)/lib
 CXX.Flags += -I$(STP_ROOT)/include
-CXX.Flags += -DKLEE_DIR=\"$(PROJ_OBJ_ROOT)\" -DKLEE_LIB_DIR=\"$(PROJ_libdir)\"
+CXX.Flags += -DKLEE_DIR=\"$(PROJ_OBJ_ROOT)\"
 
 # For STP.
 CXX.Flags += -DEXT_HASH_MAP