From 7b79761f0295496c02b32dbb862cb820bb527933 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 14 Mar 2001 00:18:08 +0000 Subject: 2001-03-08 Ralf Corsepiu * configure.in: Use ${MAKE} in message at the end of the configure.in. --- c/ChangeLog | 5 +++++ c/configure.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'c') diff --git a/c/ChangeLog b/c/ChangeLog index 31323e3c0d..fa4d427ab0 100644 --- a/c/ChangeLog +++ b/c/ChangeLog @@ -1,3 +1,8 @@ +2001-03-08 Ralf Corsepius + + * configure.in: Use ${MAKE} in message at the end of the + configure.in. + 2001-02-03 Ralf Corsepius * configure.in: Apply _RTEMS_ADJUST_SRCDIR. 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 -- cgit v1.2.3