aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/all/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mathcomp/all/Makefile')
-rw-r--r--mathcomp/all/Makefile4
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