From dc94a8dcb61859780b4627301c91189616faa085 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 27 Oct 2000 13:25:40 +0000 Subject: 2000-10-26 Ralf Corsepius * Makefile.am: Make sure $SHELL inside of Makefiles does not get propagated to the BSP-subdirectories if a user specified CONFIG_SHELL. --- c/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/Makefile.am') diff --git a/c/Makefile.am b/c/Makefile.am index 172af7c870..bda1c9b95d 100644 --- a/c/Makefile.am +++ b/c/Makefile.am @@ -22,7 +22,7 @@ SUBDIRS = make . $(RTEMS_BSP) echo "Configuring RTEMS_BSP=$$i"; \ test -d $$i || mkdir $$i; \ ( cd $$i && \ - RTEMS_BSP=$$i $(rtems_bsp_configure) \ + CONFIG_SHELL=$(SHELL) RTEMS_BSP=$$i $(rtems_bsp_configure) \ && $(MAKE) $(AM_MAKEFLAGS) preinstall ) \ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ done -- cgit v1.2.3