diff options
Diffstat (limited to 'mathcomp/ssreflect/Makefile')
| -rw-r--r-- | mathcomp/ssreflect/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/ssreflect/Makefile b/mathcomp/ssreflect/Makefile index af5a204..c588920 100644 --- a/mathcomp/ssreflect/Makefile +++ b/mathcomp/ssreflect/Makefile @@ -21,7 +21,7 @@ MAKEFLAGS+=-B .DEFAULT_GOAL := all %: - $(H)[ -e Makefile.coq ] || $(call coqmakefile) + $(H)[ -e Makefile.coq ] || $(call coqmakefile,.) # Override COQDEP to find only the "right" copy .ml files $(H)MAKEFLAGS=$(OLD_MAKEFLAGS) $(MAKE) --no-print-directory \ -f Makefile.coq $* \ |
