2004-09-24 Ralf Corsepius <ralf_corsepiu@rtems.org>

* configure.ac: Remove RTEMS_CPU_SUBDIRS.
This commit is contained in:
Ralf Corsepius
2004-09-24 03:54:21 +00:00
parent e5c8049c3d
commit 76bc393deb
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-09-24 Ralf Corsepius <ralf_corsepiu@rtems.org>
* configure.ac: Remove RTEMS_CPU_SUBDIRS.
2004-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: DIST_SUBDIRS = @subdirs@.

View File

@@ -18,7 +18,9 @@ RTEMS_TOOLPATHS
AC_SUBST(program_prefix)
AC_CONFIG_SUBDIRS(generic)
RTEMS_CPU_SUBDIRS
case "$RTEMS_CPU" in
sh ) AC_CONFIG_SUBDIRS(sh);;
esac
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])