From d04956892ad514d1e514c99c79afddadf6a9511d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 6 Jan 2002 20:11:49 +0000 Subject: 2002-02-05 Ralf Corsepius * Makefile.am: Remove make from SUBDIRS. * configure.ac: Remove make from CONFIG_SUBDIRS, cosmetics. --- c/configure.ac | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'c/configure.ac') diff --git a/c/configure.ac b/c/configure.ac index e6a3171a8e..8d5374323f 100644 --- a/c/configure.ac +++ b/c/configure.ac @@ -20,9 +20,8 @@ RTEMS_ENABLE_RTEMSBSP(rtems_bsp) RTEMS_CHECK_CPU RTEMS_CANONICAL_HOST -if test -z "$rtems_bsp"; then - RTEMS_CHECK_BSPS(rtems_bsp) -fi +AS_IF([test -z "$rtems_bsp"], + [RTEMS_CHECK_BSPS(rtems_bsp)]) for i in $rtems_bsp; do @@ -91,11 +90,8 @@ AC_SUBST(rtems_bsp_configure) AC_SUBST(RTEMS_BSP_LIST) -AC_CONFIG_SUBDIRS(make) - # Explicitly list all Makefiles here -AC_CONFIG_FILES([Makefile -]) +AC_CONFIG_FILES([Makefile]) AC_OUTPUT echo -- cgit v1.2.3