summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh1/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-27 01:13:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-27 01:13:34 +0000
commitae5544753a9bf2ed396d928c9c0456bf35526f2a (patch)
tree01a987907e8fd51acc818d1ae20181a7d1b3a0db /c/src/lib/libbsp/sh/gensh1/configure.ac
parentReformat/Cleanups. (diff)
downloadrtems-ae5544753a9bf2ed396d928c9c0456bf35526f2a.tar.bz2
2004-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am, startup/Makefile.am, wrapup/Makefile.am. Use automake-compilation rules. * console/Makefile.am, scitab/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
Diffstat (limited to 'c/src/lib/libbsp/sh/gensh1/configure.ac')
-rw-r--r--c/src/lib/libbsp/sh/gensh1/configure.ac6
1 files changed, 1 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/sh/gensh1/configure.ac b/c/src/lib/libbsp/sh/gensh1/configure.ac
index 6bf5c3e254..288819028c 100644
--- a/c/src/lib/libbsp/sh/gensh1/configure.ac
+++ b/c/src/lib/libbsp/sh/gensh1/configure.ac
@@ -22,9 +22,5 @@ RTEMS_BSPOPTS_HELP([CPU_CLOCK_RATE_HZ],[cpu clock rate in HZ])
AC_SUBST(CPU_CLOCK_RATE_HZ)
# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-console/Makefile
-scitab/Makefile
-startup/Makefile
-wrapup/Makefile])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT