Skip to content

Commit

Permalink
Merge pull request #1 from mattam82/master
Browse files Browse the repository at this point in the history
Fix Makefiles.
  • Loading branch information
thery committed Apr 3, 2015
2 parents 22d788f + 244e554 commit 9859058
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mathcomp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export COQPATH=$(PWD)/..
all: ssreflect algebra fingroup odd_order solvable field character discrete real_closed ssrtest
$(MAKE) -C $@

ssrefect:
ssreflect:
$(MAKE) -C $@

algebra: fingroup
Expand Down
6 changes: 2 additions & 4 deletions mathcomp/ssreflect/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9859058

Please sign in to comment.