aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/field
diff options
context:
space:
mode:
authorEnrico2017-10-20 10:14:15 +0200
committerGitHub2017-10-20 10:14:15 +0200
commit78bfdccb61c4ec4bd0efd01c26e68a530b85e890 (patch)
treecfaa764e0b060e230a5d049d8038f7daf5217b95 /mathcomp/field
parent8c2fca1bff01f78720b946fa42492a52ba60ea6f (diff)
parente888516870ef592d0f7da74f8138e478d6114b05 (diff)
Merge pull request #140 from RalfJung/make
fix building with make flags
Diffstat (limited to 'mathcomp/field')
-rw-r--r--mathcomp/field/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mathcomp/field/Makefile b/mathcomp/field/Makefile
index 8f03823..ad0cab5 100644
--- a/mathcomp/field/Makefile
+++ b/mathcomp/field/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