From 96ecd879f86e6a189ee1acd29622453e4d303a13 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 4 Feb 2002 19:49:08 +0000 Subject: 2001-02-04 Joel Sherrill * configure.ac: Removed references to rtems/Makefile and rtems/score/Makefile. --- cpukit/score/cpu/arm/ChangeLog | 5 +++++ cpukit/score/cpu/arm/configure.ac | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'cpukit') diff --git a/cpukit/score/cpu/arm/ChangeLog b/cpukit/score/cpu/arm/ChangeLog index ba2e9758c8..58990f882b 100644 --- a/cpukit/score/cpu/arm/ChangeLog +++ b/cpukit/score/cpu/arm/ChangeLog @@ -1,3 +1,8 @@ +2001-02-04 Joel Sherrill + + * configure.ac: Removed references to rtems/Makefile and + rtems/score/Makefile. + 2002-01-29 Ralf Corsepius * rtems/Makefile.am: Removed. diff --git a/cpukit/score/cpu/arm/configure.ac b/cpukit/score/cpu/arm/configure.ac index b1c1cb24c6..369ddf3804 100644 --- a/cpukit/score/cpu/arm/configure.ac +++ b/cpukit/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 -- cgit v1.2.3