summaryrefslogtreecommitdiffstats
path: root/c/configure.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/configure.in b/c/configure.in
index 9c5b1181fa..9d9ae64b55 100644
--- a/c/configure.in
+++ b/c/configure.in
@@ -100,6 +100,6 @@ Makefile
echo
echo target architecture: $target_cpu.
echo available BSPs: $rtems_bsp.
-echo \'make all\' will build the following BSPs: $RTEMS_BSP_LIST.
-echo other BSPs can be built with \'make RTEMS_BSP=\"bsp1 bsp2 ...\"\'
+echo \'${MAKE} all\' will build the following BSPs: $RTEMS_BSP_LIST.
+echo other BSPs can be built with \'${MAKE} RTEMS_BSP=\"bsp1 bsp2 ...\"\'
echo