From 259eb300eaf863f70ecc955bc9197ca833cf975f Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 30 Dec 2018 20:14:36 +0100 Subject: [PATCH] Fix wording of message --- getarch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getarch.c b/getarch.c index 140e496b5..78ba0fefd 100644 --- a/getarch.c +++ b/getarch.c @@ -1069,7 +1069,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef FORCE #ifdef USER_TARGET -#error "The target specified in Makefile.rule is not supported. Please choose a target from TargetList.txt and revise Makefile.rule." +#error "The TARGET specified on the command line or in Makefile.rule is not supported. Please choose a target from TargetList.txt" #endif #if defined(__powerpc__) || defined(__powerpc) || defined(powerpc) || \