diff options
| author | Enrico | 2017-10-20 10:14:15 +0200 |
|---|---|---|
| committer | GitHub | 2017-10-20 10:14:15 +0200 |
| commit | 78bfdccb61c4ec4bd0efd01c26e68a530b85e890 (patch) | |
| tree | cfaa764e0b060e230a5d049d8038f7daf5217b95 /mathcomp/Makefile | |
| parent | 8c2fca1bff01f78720b946fa42492a52ba60ea6f (diff) | |
| parent | e888516870ef592d0f7da74f8138e478d6114b05 (diff) | |
Merge pull request #140 from RalfJung/make
fix building with make flags
Diffstat (limited to 'mathcomp/Makefile')
| -rw-r--r-- | mathcomp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mathcomp/Makefile b/mathcomp/Makefile index e05ce80..f6e06b4 100644 --- a/mathcomp/Makefile +++ b/mathcomp/Makefile @@ -23,11 +23,11 @@ MAKEFLAGS+=-B %: $(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 \ + $(H)MAKEFLAGS="$(OLD_MAKEFLAGS)" $(MAKE) --no-print-directory \ -f Makefile.coq $* \ COQDEP='$(COQDEP) -exclude-dir plugin -c' clean: - $(H)MAKEFLAGS=$(OLD_MAKEFLAGS) $(MAKE) --no-print-directory \ + $(H)MAKEFLAGS="$(OLD_MAKEFLAGS)" $(MAKE) --no-print-directory \ -f Makefile.coq clean $(H)rm -f Makefile.coq |
