From 95022f13d96ffe69dafeee04164d797899390001 Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Sat, 4 Dec 2021 15:47:48 -0500 Subject: [PATCH] wording based on Fig's suggestion --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d90b12fd6e..c676359201 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ CPPFLAGS ?= # ORIG_COMPILER cannot be combined with a non-IDO compiler. Check for this case and error out if found. ifneq ($(COMPILER),ido) ifeq ($(ORIG_COMPILER),1) - $(error ORIG_COMPILER cannot be enabled with IDO not being the compiler. Please check your Makefile variables and try again.) + $(error ORIG_COMPILER can only be used with the IDO compiler. Please check your Makefile variables and try again) endif endif