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/all | |
| parent | 5466772ab7a59081aed4bcf990bef74e9bd48965 (diff) | |
fix building with make flags
Fixes #139
Diffstat (limited to 'mathcomp/all')
| -rw-r--r-- | mathcomp/all/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mathcomp/all/Makefile b/mathcomp/all/Makefile index e872352..a58be7b 100644 --- a/mathcomp/all/Makefile +++ b/mathcomp/all/Makefile @@ -11,12 +11,12 @@ 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 $* .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 |
