aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPekka Enberg <penberg@kernel.org>2011-08-23 18:52:33 +0300
committerPekka Enberg <penberg@kernel.org>2011-08-23 18:52:33 +0300
commit80e549751078e55e852965876642bca1b1f88930 (patch)
tree751dd9348b12c2960de3598d43ac5027768d3620 /Makefile
parent0a700caa38a078d2cc2ca752b776c4440782fca4 (diff)
downloadsparse-80e549751078e55e852965876642bca1b1f88930.tar.gz
sparse, llvm: Fix 'sparsec' when it's not in PATH
Signed-off-by: Pekka Enberg <penberg@kernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1ee98365..a9f9b352 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ LDFLAGS += $(shell llvm-config --ldflags)
LLVM_CFLAGS := $(shell llvm-config --cflags | sed -e "s/-DNDEBUG//g")
LLVM_LIBS := $(shell llvm-config --libs)
PROGRAMS += sparse-llvm
-INST_PROGRAMS += sparse-llvm
+INST_PROGRAMS += sparse-llvm sparsec
sparse-llvm_EXTRA_DEPS := sparse-llvm.o
sparse-llvm.o $(sparse-llvm_EXTRA_DEPS): BASIC_CFLAGS += $(LLVM_CFLAGS)
sparse-llvm_EXTRA_OBJS := $(LLVM_LIBS)