summaryrefslogtreecommitdiffstats
path: root/c/src/optman/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-11-20 14:21:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-11-20 14:21:25 +0000
commitcccb7e04b02e7b81d214f846b31c81ab3f76c058 (patch)
treebc1dd553e7b8dec29fd4b08f952d763d3b802a69 /c/src/optman/configure.ac
parent2002-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-cccb7e04b02e7b81d214f846b31c81ab3f76c058.tar.bz2
2002-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in rtems/Makefile.am and sapi/Makefile.am. * sapi/Makefile.am: Removed. * rtems/Makefile.am: Removed. * rel.am: Removed. * configure.ac: Add RTEMS_BSP_CHECK_CACHE. Reflect changes above.
Diffstat (limited to '')
-rw-r--r--c/src/optman/configure.ac6
1 files changed, 2 insertions, 4 deletions
diff --git a/c/src/optman/configure.ac b/c/src/optman/configure.ac
index fb2ceea459..6be35cc71d 100644
--- a/c/src/optman/configure.ac
+++ b/c/src/optman/configure.ac
@@ -14,6 +14,7 @@ AM_INIT_AUTOMAKE([no-define foreign 1.6])
AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP
+RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
RTEMS_CHECK_CPU
RTEMS_CANONICAL_HOST
@@ -24,8 +25,5 @@ RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
RTEMS_CANONICALIZE_TOOLS
# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-rtems/Makefile
-sapi/Makefile
-])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT