From ff21700ded850be87349979e0cc6f7570223fc90 Mon Sep 17 00:00:00 2001 From: Kazuhiko Sakaguchi Date: Tue, 30 Apr 2019 18:39:51 +0200 Subject: Ad-hoc fix --- mathcomp/Make | 1 - mathcomp/Makefile.coq.local | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'mathcomp') diff --git a/mathcomp/Make b/mathcomp/Make index 4becdcb..147d5b1 100644 --- a/mathcomp/Make +++ b/mathcomp/Make @@ -87,7 +87,6 @@ ssreflect/ssrnat.v ssreflect/ssrnotations.v ssreflect/ssrmatching.v ssreflect/tuple.v -test_suite/hierarchy_test.v -I . -R . mathcomp diff --git a/mathcomp/Makefile.coq.local b/mathcomp/Makefile.coq.local index 11d3121..a5bbf9d 100644 --- a/mathcomp/Makefile.coq.local +++ b/mathcomp/Makefile.coq.local @@ -1,3 +1,7 @@ +VOFILES += test_suite/hierarchy_test.vo + +test_suite/hierarchy_test.vo: test_suite/hierarchy_test.v all/all.vo + test_suite/hierarchy_test.v: all/all.vo mkdir -p test_suite/ COQBIN=$(COQBIN) ocaml ../etc/utils/hierarchy.ml -verify \ -- cgit v1.2.3