diff --git a/Mmakefile b/Mmakefile index 05160f985..1598e5bb3 100644 --- a/Mmakefile +++ b/Mmakefile @@ -113,7 +113,7 @@ scripts: .PHONY: boehm_gc boehm_gc: scripts - case "$$grade" in \ + case $(GRADE) in \ *.prof*) \ prof=_prof \ ;; \ @@ -311,7 +311,7 @@ install_trace: trace .PHONY: install_boehm_gc install_boehm_gc: boehm_gc - case "$$grade" in \ + case $(GRADE) in \ *.prof*) \ prof=_prof \ ;; \