From 7146036f5a4555840a75b1fb564ee3c1b54623dc Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Thu, 11 May 2017 13:38:47 -0400 Subject: s/appcontext/context/ They mean the same thing since 8.5, and appcontext is deprecated. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3324ec86a..1d4020efb 100644 --- a/Makefile +++ b/Makefile @@ -76,9 +76,9 @@ COQPRIME_FOLDER := coqprime ifneq ($(filter 8.5%,$(COQ_VERSION)),) # 8.5 else ifneq ($(PROFILE),) -OTHERFLAGS ?= -profile-ltac -w "-deprecated-appcontext -notation-overridden" +OTHERFLAGS ?= -profile-ltac -w "-notation-overridden" else -OTHERFLAGS ?= -w "-deprecated-appcontext -notation-overridden" +OTHERFLAGS ?= -w "-notation-overridden" endif endif -- cgit v1.2.3