diff options
| author | Ralf Jung | 2017-10-10 13:23:30 +0200 |
|---|---|---|
| committer | Ralf Jung | 2017-10-10 13:23:30 +0200 |
| commit | e888516870ef592d0f7da74f8138e478d6114b05 (patch) | |
| tree | 292b547465a51ae6d6e6ac5edb12b25bb30ea18f /mathcomp/Makefile | |
| parent | 5466772ab7a59081aed4bcf990bef74e9bd48965 (diff) | |
fix building with make flags
Fixes #139
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 |
