summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/h8300/h8sim/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-29 00:36:40 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-29 00:36:40 +0000
commit9b0804eba32b59c621a58d123677c41f2fb261cf (patch)
treed55b79ccfbfe06f5b6c2a6d219cf9de21b534b2a /c/src/lib/libbsp/h8300/h8sim/configure.ac
parent2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-9b0804eba32b59c621a58d123677c41f2fb261cf.tar.bz2
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am. * clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Remove. Use automake compilation rules. * configure.ac: Reflect changes above.
Diffstat (limited to 'c/src/lib/libbsp/h8300/h8sim/configure.ac')
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/configure.ac10
1 files changed, 3 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/h8300/h8sim/configure.ac b/c/src/lib/libbsp/h8300/h8sim/configure.ac
index f6f9518b63..fd557fd209 100644
--- a/c/src/lib/libbsp/h8300/h8sim/configure.ac
+++ b/c/src/lib/libbsp/h8300/h8sim/configure.ac
@@ -8,17 +8,13 @@ AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([no-define foreign 1.8])
+AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.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
-start/Makefile
-startup/Makefile
-wrapup/Makefile])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT