diff options
| author | Enrico Tassi | 2019-04-04 11:48:11 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2019-04-04 11:48:11 +0200 |
| commit | 2b40140bb9c9e2620214fd65144af1c0fef4083a (patch) | |
| tree | 8e15d5c77c39a275715209e4f94e9b4473e58204 /mathcomp/ssreflect/Makefile.detect-coq-version | |
| parent | 1dd093cf647e3abdba1da557175e433bdcfaf84a (diff) | |
remove support for Coq 8.6
Diffstat (limited to 'mathcomp/ssreflect/Makefile.detect-coq-version')
| -rw-r--r-- | mathcomp/ssreflect/Makefile.detect-coq-version | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mathcomp/ssreflect/Makefile.detect-coq-version b/mathcomp/ssreflect/Makefile.detect-coq-version deleted file mode 100644 index d2e8dce..0000000 --- a/mathcomp/ssreflect/Makefile.detect-coq-version +++ /dev/null @@ -1,8 +0,0 @@ -MLLIBEXTRA=$(shell \ - if [ $(COQVV) = "8.6" ];\ - then cp $(PLUGIN)/v$(COQVV)/ssreflect_plugin.mlpack .;\ - cp $(PLUGIN)/v$(COQVV)/ssreflect.ml4 .;\ - cp $(PLUGIN)/v$(COQVV)/ssrbool.v $(SSR)/;\ - cp $(PLUGIN)/v$(COQVV)/ssrfun.v $(SSR)/;\ - cp $(PLUGIN)/v$(COQVV)/ssreflect.v $(SSR)/;\ - echo "ssreflect_plugin.mlpack ssreflect.ml4"; fi) |
