Fix the message telling you how to run the tests.

'make check' tells me that I must use GNU make.  The message now tells
me to use gmake (or whatever make I used that worked for the build).
This commit is contained in:
David Chisnall 2018-08-31 12:55:55 +01:00
parent a27c577370
commit 00472f14d0

View file

@ -49,7 +49,7 @@ TOP_DIR := $(shell dirname $(CURDIR))
# SUBPROJECTS top-level), which is good as it becomes a recommendation
# to run 'make check' after 'make'.
all::
@(echo If you want to run the gnustep-base testsuite, please type \'make check\')
@(echo If you want to run the gnustep-base testsuite, please type \'${MAKE} check\')
#
# 'make check' runs the testsuite (Objective-C tests only)