From 196094eb79c6f6f139f7cab82d50f0dd3240f7dd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 19 Apr 1999 13:19:14 +0000 Subject: Patch from Ralf Corsepius : This one is an enhancement to acpolish. It replaces some Makefile variables by others variable in Makefile.ins (tries to use unique name for some variables). It therefore eases parsing Makefile.ins for further automatic Makefile.in conversions in future. To apply: cd sh /rtems-rc-19990407-8.sh ./autogen --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index dbe4f70d29..66f73c28f4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -30,7 +30,7 @@ export bindir VPATH=@srcdir@ -ifeq ($(RTEMS_BSP),) +ifeq (${RTEMS_BSP},) RTEMS_BSP = @RTEMS_BSP_LIST@ endif @@ -49,7 +49,7 @@ EXIT_CMD = exit 1 $(MTARGETS): BASEDIR=`pwd`; \ - for bsp in $(RTEMS_BSP) xxx; \ + for bsp in ${RTEMS_BSP} xxx; \ do if [ $$bsp != xxx ] ; then \ cd $$BASEDIR; \ cmd="cd c; $(MAKE) RTEMS_BSP=$$bsp $(FLAGS_TO_PASS) \ -- cgit v1.2.3