2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Remove make from SUBDIRS.
	* configure.ac: Remove make from CONFIG_SUBDIRS, cosmetics.
This commit is contained in:
Joel Sherrill
2002-01-06 20:11:49 +00:00
parent d3ba9b35b4
commit d04956892a
3 changed files with 9 additions and 8 deletions

View File

@@ -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