summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
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) \