diff options
| author | Enrico Tassi | 2015-07-29 10:54:02 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2015-07-29 10:54:02 +0200 |
| commit | 627a5556a079eceb5d4d56562a135d4e2ab13413 (patch) | |
| tree | 329e233b8f2fe04c7f8e8882a1fd6e91c7e0f4b5 /mathcomp/Makefile | |
| parent | 5ac5791402a9f0d5277957149f99a4ce2f2d3ce8 (diff) | |
fix Makefiles
Diffstat (limited to 'mathcomp/Makefile')
| -rw-r--r-- | mathcomp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/Makefile b/mathcomp/Makefile index 03ad872..e05ce80 100644 --- a/mathcomp/Makefile +++ b/mathcomp/Makefile @@ -21,7 +21,7 @@ MAKEFLAGS+=-B .DEFAULT_GOAL := all %: - $(H)[ -e Makefile.coq ] || $(call coqmakefile) + $(H)[ -e Makefile.coq ] || $(call coqmakefile,ssreflect) # Override COQDEP to find only the "right" copy .ml files $(H)MAKEFLAGS=$(OLD_MAKEFLAGS) $(MAKE) --no-print-directory \ -f Makefile.coq $* \ |
