mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
a27c577370
commit
00472f14d0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue