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/algebra | |
| parent | 5466772ab7a59081aed4bcf990bef74e9bd48965 (diff) | |
fix building with make flags
Fixes #139
Diffstat (limited to 'mathcomp/algebra')
| -rw-r--r-- | mathcomp/algebra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mathcomp/algebra/Makefile b/mathcomp/algebra/Makefile index 8f03823..ad0cab5 100644 --- a/mathcomp/algebra/Makefile +++ b/mathcomp/algebra/Makefile @@ -30,13 +30,13 @@ MAKEFLAGS+=-B %: $(H)[ -e Makefile.coq ] || $(COQBIN)/coq_makefile -f Make -o Makefile.coq - $(H)MAKEFLAGS=$(OLD_MAKEFLAGS) $(MAKE) --no-print-directory \ + $(H)MAKEFLAGS="$(OLD_MAKEFLAGS)" $(MAKE) --no-print-directory \ -f Makefile.coq $* \ COQDEP='$(COQDEP) -c' .PHONY: clean 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 |
