aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/ssreflect
diff options
context:
space:
mode:
authorLaurent Théry2015-04-03 10:03:05 +0200
committerLaurent Théry2015-04-03 10:03:05 +0200
commit9859058e3dff7c4ba8153b5e5adb10043faa5807 (patch)
treec9edf5302796f68942ae877efb0511592af606d2 /mathcomp/ssreflect
parent22d788f795a60367af19716d190841a2f7f31176 (diff)
parent244e554f9dc919ea9aa02aeed51464aaf1b60125 (diff)
Merge pull request #1 from mattam82/master
Fix Makefiles.
Diffstat (limited to 'mathcomp/ssreflect')
-rw-r--r--mathcomp/ssreflect/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/mathcomp/ssreflect/Makefile b/mathcomp/ssreflect/Makefile
index fd8209d..76e2984 100644
--- a/mathcomp/ssreflect/Makefile
+++ b/mathcomp/ssreflect/Makefile
@@ -4,11 +4,9 @@ ifeq "$(COQBIN)" ""
COQBIN=$(dir $(shell which coqtop))/
endif
-BRANCH_coq = $(shell $(COQBIN)/coqtop -v | head -1 | \
- sed 's/.*version \([0-9]\.[0-9]\)[^ ]* .*/v\1/')
+BRANCH_coq = $(shell $(COQBIN)/coqtop -v | head -1 | sed 's/.*version \([0-9]\.[0-9]\)[^ ]* .*/v\1/')
-HASH_coq = $(shell echo Quit. | $(COQBIN)/coqtop 2>&1 | \
- head -1 | sed 's/^.*(\([a-f0-9]*\).*/\1/')
+HASH_coq = $(shell echo Quit. | $(COQBIN)/coqtop 2>&1 | head -1 | sed 's/^.*(\([a-f0-9]*\)).*/\1/' )
HASH_coq_v85beta1 = eaa3d0b15adf4eb11ffb00ab087746a5b15c4d5d