aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/ssreflect/Makefile.detect-coq-version
diff options
context:
space:
mode:
Diffstat (limited to 'mathcomp/ssreflect/Makefile.detect-coq-version')
-rw-r--r--mathcomp/ssreflect/Makefile.detect-coq-version8
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)