diff options
author | Dan Liew <delcypher@gmail.com> | 2014-11-02 00:13:15 +0000 |
---|---|---|
committer | Dan Liew <delcypher@gmail.com> | 2014-11-02 00:13:15 +0000 |
commit | 50073b4689c3a1b9eefd5befddf0e15ae0d93348 (patch) | |
tree | 5fd7d80e2367ff07476f90128484c946ecbcae51 /tools | |
parent | 5b3d62b48169dd8dcffe374a565891a99e434c79 (diff) | |
parent | 5c692a7feb6a378e83de58927556ff587e7d2e47 (diff) | |
download | klee-50073b4689c3a1b9eefd5befddf0e15ae0d93348.tar.gz |
Merge pull request #174 from delcypher/allow_stp_installed_in_root
Allow stp installed in root
Diffstat (limited to 'tools')
-rw-r--r-- | tools/kleaver/Makefile | 4 | ||||
-rw-r--r-- | tools/klee/Makefile | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/tools/kleaver/Makefile b/tools/kleaver/Makefile index 656ffeae..f66d0598 100644 --- a/tools/kleaver/Makefile +++ b/tools/kleaver/Makefile @@ -31,7 +31,3 @@ ifeq ($(ENABLE_METASMT),1) CXX.Flags := $(filter-out -fno-exceptions,$(CXX.Flags)) LIBS += -lgomp -lboost_iostreams -lboost_thread -lboost_system -lmetaSMT -lz3 -lrt -lboolector -lminisat_core endif - -ifeq ($(STP_NEEDS_BOOST),1) - LIBS += $(UPSTREAM_STP_LINK_FLAGS) -endif diff --git a/tools/klee/Makefile b/tools/klee/Makefile index 03b387c0..b9506b47 100644 --- a/tools/klee/Makefile +++ b/tools/klee/Makefile @@ -32,7 +32,3 @@ ifeq ($(ENABLE_METASMT),1) CXX.Flags := $(filter-out -fno-exceptions,$(CXX.Flags)) LIBS += -lgomp -lboost_iostreams -lboost_thread -lboost_system -lmetaSMT -lz3 -lrt -lboolector -lminisat_core endif - -ifeq ($(STP_NEEDS_BOOST),1) - LIBS += $(UPSTREAM_STP_LINK_FLAGS) -endif |