summaryrefslogtreecommitdiffstats
path: root/c/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-03-14 00:18:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-03-14 00:18:08 +0000
commit7b79761f0295496c02b32dbb862cb820bb527933 (patch)
treea8bbc9f13ac74346c34199a7c7b24109ef40caf5 /c/configure.in
parent2001-03-13 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-7b79761f0295496c02b32dbb862cb820bb527933.tar.bz2
2001-03-08 Ralf Corsepiu <corsepius@faw.uni-ulm.de>
* configure.in: Use ${MAKE} in message at the end of the configure.in.
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