summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/ts_386ex/tools/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-30 01:59:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-30 01:59:28 +0000
commitdcbad07c1269e03e36541421fdbe804f0dacd2f1 (patch)
treec73e233a1a8a044dee7201588301483b8fc9c497 /c/src/lib/libbsp/i386/ts_386ex/tools/configure.ac
parent2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-dcbad07c1269e03e36541421fdbe804f0dacd2f1.tar.bz2
2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in debug_ada/Makefile.am, debug_c/Makefile.am, dos_sup/Makefile.am, network_ada/adasockets/Makefile.am, network_ada/Makefile.am, network_ada/listener/Makefile.am, network_ada/tcprelay/Makefile.am, ts_1325_ada/Makefile.am. Use automake compilation rules. * debug_ada/Makefile.am, debug_c/Makefile.am, dos_sup/Makefile.am, network_ada/adasockets/Makefile.am, network_ada/Makefile.am, network_ada/listener/Makefile.am, network_ada/tcprelay/Makefile.am, ts_1325_ada/Makefile.am: Remove. * configure.ac: Reflect changes above.
Diffstat (limited to 'c/src/lib/libbsp/i386/ts_386ex/tools/configure.ac')
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/tools/configure.ac11
1 files changed, 1 insertions, 10 deletions
diff --git a/c/src/lib/libbsp/i386/ts_386ex/tools/configure.ac b/c/src/lib/libbsp/i386/ts_386ex/tools/configure.ac
index 4986235a79..1ea6180a46 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/tools/configure.ac
+++ b/c/src/lib/libbsp/i386/ts_386ex/tools/configure.ac
@@ -16,14 +16,5 @@ RTEMS_PROJECT_ROOT
RTEMS_TOOLPATHS
# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-dos_sup/Makefile
-ts_1325_ada/Makefile
-debug_ada/Makefile
-debug_c/Makefile
-network_ada/Makefile
-network_ada/adasockets/Makefile
-network_ada/listener/Makefile
-network_ada/tcprelay/Makefile
-])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT