about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorDan Liew <daniel.liew@imperial.ac.uk>2015-04-25 20:52:07 +0100
committerDan Liew <daniel.liew@imperial.ac.uk>2015-04-25 20:52:07 +0100
commit9969c9359cf40be88b7587fc61e472d0f93acf00 (patch)
tree4d0727f1e31b91da939b1c76fab49b47afed861b
parenta32582b66fac29ad018a4f591ad91bcf1fd99ee0 (diff)
downloadklee-9969c9359cf40be88b7587fc61e472d0f93acf00.tar.gz
Do not install gen-random-bout.
-rw-r--r--tools/gen-random-bout/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gen-random-bout/Makefile b/tools/gen-random-bout/Makefile
index 97315af2..5e1d8cf3 100644
--- a/tools/gen-random-bout/Makefile
+++ b/tools/gen-random-bout/Makefile
@@ -3,5 +3,6 @@
 LEVEL=../..
 TOOLNAME = gen-random-bout
 USEDLIBS = kleeBasic.a
+NO_INSTALL=1
 
 include $(LEVEL)/Makefile.common