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