summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-31 21:33:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-31 21:33:01 +0000
commit1e69b29461b6959fd90c1864afa96beb44820247 (patch)
tree7505808332a0d5b6da97b11be08a6f6342dd7028 /cpukit/score/cpu/i386/configure.ac
parent2001-01-30 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-1e69b29461b6959fd90c1864afa96beb44820247.tar.bz2
2002-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/Makefile.am: Removed. * rtems/score/Makefile.am: Removed. * configure.ac: Reflect changes above. * Makefile.am: Reflect changes above.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/i386/configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/score/cpu/i386/configure.ac b/cpukit/score/cpu/i386/configure.ac
index 3209c8048e..bf618d1a48 100644
--- a/cpukit/score/cpu/i386/configure.ac
+++ b/cpukit/score/cpu/i386/configure.ac
@@ -26,7 +26,5 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_NEWLIB
# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-rtems/Makefile
-rtems/score/Makefile])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT