summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/shsim/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-29 10:35:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-29 10:35:45 +0000
commita9285f5b0df4e2923f288afce96baed2f81f06af (patch)
tree70f0c170fa5ed8b5ab8a341880a7b9f1e96f96fb /c/src/lib/libbsp/sh/shsim/configure.ac
parent2004-01-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a9285f5b0df4e2923f288afce96baed2f81f06af.tar.bz2
2004-01-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in clock/Makefile.am, gdbsci/Makefile.am, startup/Makefile.am, wrapup/Makefile.am, console/Makefile.am, scitab/Makefile.am, trap34/Makefile.am. Use automake compilation rules. * clock/Makefile.am, gdbsci/Makefile.am, startup/Makefile.am, wrapup/Makefile.am, console/Makefile.am, scitab/Makefile.am, trap34/Makefile.am: Remove. * configure.ac: Reflect changes above.
Diffstat (limited to 'c/src/lib/libbsp/sh/shsim/configure.ac')
-rw-r--r--c/src/lib/libbsp/sh/shsim/configure.ac8
1 files changed, 1 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/sh/shsim/configure.ac b/c/src/lib/libbsp/sh/shsim/configure.ac
index fd6ac01b08..37ebf39b73 100644
--- a/c/src/lib/libbsp/sh/shsim/configure.ac
+++ b/c/src/lib/libbsp/sh/shsim/configure.ac
@@ -65,11 +65,5 @@ RTEMS_BSPOPTS_HELP([CPU_CLOCK_RATE_HZ],
AC_SUBST(CPU_CLOCK_RATE_HZ)
# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-clock/Makefile
-console/Makefile
-scitab/Makefile
-gdbsci/Makefile
-startup/Makefile
-wrapup/Makefile])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT