summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-02-04 19:49:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-02-04 19:49:08 +0000
commit96ecd879f86e6a189ee1acd29622453e4d303a13 (patch)
tree526f1d0c70845e39df10867027f0694f4fed3f88 /c
parent2001-02-01 Greg Menke <gregory.menke@gsfc.nasa.gov> (diff)
downloadrtems-96ecd879f86e6a189ee1acd29622453e4d303a13.tar.bz2
2001-02-04 Joel Sherrill <joel@OARcorp.com>
* configure.ac: Removed references to rtems/Makefile and rtems/score/Makefile.
Diffstat (limited to 'c')
-rw-r--r--c/src/exec/score/cpu/arm/ChangeLog5
-rw-r--r--c/src/exec/score/cpu/arm/configure.ac4
2 files changed, 6 insertions, 3 deletions
diff --git a/c/src/exec/score/cpu/arm/ChangeLog b/c/src/exec/score/cpu/arm/ChangeLog
index ba2e9758c8..58990f882b 100644
--- a/c/src/exec/score/cpu/arm/ChangeLog
+++ b/c/src/exec/score/cpu/arm/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-04 Joel Sherrill <joel@OARcorp.com>
+
+ * configure.ac: Removed references to rtems/Makefile and
+ rtems/score/Makefile.
+
2002-01-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/Makefile.am: Removed.
diff --git a/c/src/exec/score/cpu/arm/configure.ac b/c/src/exec/score/cpu/arm/configure.ac
index b1c1cb24c6..369ddf3804 100644
--- a/c/src/exec/score/cpu/arm/configure.ac
+++ b/c/src/exec/score/cpu/arm/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