Fix wording of message

This commit is contained in:
Martin Kroeker 2018-12-30 20:14:36 +01:00 committed by GitHub
parent e53fdf6e2e
commit 259eb300ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1069,7 +1069,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef FORCE #ifndef FORCE
#ifdef USER_TARGET #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 #endif
#if defined(__powerpc__) || defined(__powerpc) || defined(powerpc) || \ #if defined(__powerpc__) || defined(__powerpc) || defined(powerpc) || \