summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-24 14:13:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-24 14:13:31 +0000
commitc3a79faaf23b5680623f513da31e3243408f9c05 (patch)
treeae15f5f0ca233fed011c79cb06122c0f64fe8ece /cpukit/score/cpu/sparc/configure.ac
parent2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c3a79faaf23b5680623f513da31e3243408f9c05.tar.bz2
2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/Makefile.am: Removed. * rtems/score/Makefile.am: Removed. * configure.ac: Reflect changes above.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/sparc/configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/score/cpu/sparc/configure.ac b/cpukit/score/cpu/sparc/configure.ac
index b3898a6879..353fa1b05c 100644
--- a/cpukit/score/cpu/sparc/configure.ac
+++ b/cpukit/score/cpu/sparc/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