aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Bauereiss <tb592@cl.cam.ac.uk>2019-11-28 17:47:20 +0000
committerThomas Bauereiss <tb592@cl.cam.ac.uk>2019-11-28 17:47:20 +0000
commit750a3c9142ab193ef7fa37ea6754ddc5218089e2 (patch)
tree04422fc78ce91659d1cf487d5cd6282e68ecf844 /Makefile
parent4809371012e7394853f01b179d088497212cf480 (diff)
downloadsail-riscv-750a3c9142ab193ef7fa37ea6754ddc5218089e2.zip
sail-riscv-750a3c9142ab193ef7fa37ea6754ddc5218089e2.tar.gz
sail-riscv-750a3c9142ab193ef7fa37ea6754ddc5218089e2.tar.bz2
Fix check for BBV_DIR
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 04fc9fe..9e4ba4d 100644
--- a/Makefile
+++ b/Makefile
@@ -296,7 +296,7 @@ $(addprefix generated_definitions/coq/$(ARCH)/,riscv_duopod.v riscv_duopod_types
%.vo: %.v
ifeq ($(wildcard $(BBV_DIR)/theories),)
- $(error BBV directory not found. Please set the BBV_DIR environment variable)
+ $(error BBV directory not found. Please set the BBV_DIR environment variable)
endif
ifeq ($(wildcard $(SAIL_LIB_DIR)/coq),)
$(error lib directory of Sail not found. Please set the SAIL_LIB_DIR environment variable)