diff options
| author | Enrico Tassi | 2015-07-29 10:52:00 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2015-07-29 10:52:00 +0200 |
| commit | 5ac5791402a9f0d5277957149f99a4ce2f2d3ce8 (patch) | |
| tree | b3acaf3140e134850e4565853d33d5e10ddd2c21 /mathcomp | |
| parent | cd072f48cf929d7d7f9170d3348ca44a4802a511 (diff) | |
fix path of Makefile.coq-makefile
Diffstat (limited to 'mathcomp')
| -rw-r--r-- | mathcomp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/Makefile b/mathcomp/Makefile index 120c127..03ad872 100644 --- a/mathcomp/Makefile +++ b/mathcomp/Makefile @@ -7,7 +7,7 @@ endif # this sets variable V include ssreflect/Makefile.detect-coq-version # this defined coqmakefile -include Makefile.coq-makefile +include ssreflect/Makefile.coq-makefile ifeq "$V" "v8.4" COQDEP=../etc/utils/ssrcoqdep |
