aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/algebra/Makefile
diff options
context:
space:
mode:
authorRalf Jung2017-10-10 13:23:30 +0200
committerRalf Jung2017-10-10 13:23:30 +0200
commite888516870ef592d0f7da74f8138e478d6114b05 (patch)
tree292b547465a51ae6d6e6ac5edb12b25bb30ea18f /mathcomp/algebra/Makefile
parent5466772ab7a59081aed4bcf990bef74e9bd48965 (diff)
fix building with make flags
Fixes #139
Diffstat (limited to 'mathcomp/algebra/Makefile')
-rw-r--r--mathcomp/algebra/Makefile4
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