diff options
Diffstat (limited to 'mathcomp/ssrtest')
| -rw-r--r-- | mathcomp/ssrtest/Makefile | 7 |
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) $@ |
