summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme147/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-28 07:19:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-28 07:19:36 +0000
commit9b9f76fe5316cc10a1e77195b32b34d61c9d3e1c (patch)
tree9a6309d6e0429ae0efaeafc24f868ad65a089507 /c/src/lib/libbsp/m68k/mvme147/configure.ac
parentCorrect oversights in previous patch (diff)
downloadrtems-9b9f76fe5316cc10a1e77195b32b34d61c9d3e1c.tar.bz2
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules. * clock/Makefile.am, console/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
Diffstat (limited to 'c/src/lib/libbsp/m68k/mvme147/configure.ac')
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/configure.ac8
1 files changed, 2 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme147/configure.ac b/c/src/lib/libbsp/m68k/mvme147/configure.ac
index 7c3502a092..bce077b936 100644
--- a/c/src/lib/libbsp/m68k/mvme147/configure.ac
+++ b/c/src/lib/libbsp/m68k/mvme147/configure.ac
@@ -13,12 +13,8 @@ RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
RTEMS_CANONICALIZE_TOOLS
+RTEMS_PROG_CCAS
# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-clock/Makefile
-console/Makefile
-startup/Makefile
-timer/Makefile
-wrapup/Makefile])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT