aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/ssrtest
diff options
context:
space:
mode:
authorCyril Cohen2015-04-09 13:53:46 +0200
committerCyril Cohen2015-04-09 13:53:46 +0200
commit634ee874ec11a5a90617ca5723228d4de1fe479c (patch)
tree45d212dca85e4982fda447d582f388bb6c695143 /mathcomp/ssrtest
parent1681e3bac7d35ff6c0e9c5cd2924a8d0edfb1747 (diff)
Using the From X Require Y for v8.4
Diffstat (limited to 'mathcomp/ssrtest')
-rw-r--r--mathcomp/ssrtest/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/mathcomp/ssrtest/Makefile b/mathcomp/ssrtest/Makefile
index 3614d33..4bcf4fb 100644
--- a/mathcomp/ssrtest/Makefile
+++ b/mathcomp/ssrtest/Makefile
@@ -7,12 +7,6 @@ MAKEFLAGS := -r
COQMAKEFILE := Makefile.coq
COQMAKE := +$(MAKE) -f $(COQMAKEFILE)
-VERSION_Coq = $(shell $(COQBIN)/coqtop -v | head -1 | sed 's/.*version \([0-9]\.[0-9]\)[^ ]* .*/v\1/')
-
-ifeq "$(VERSION_Coq)" ""
-$(error no version number found for coq)
-endif
-
all: $(COQMAKEFILE)
$(COQMAKE) all
@@ -29,5 +23,4 @@ tags:
install:
%: Makefile.coq
- sed -i -e "s/^(\*$(VERSION_Coq) *\(.*\) *\*)/\1/" *.v
$(COQMAKE) $@