From 1fd4e2091cc8a283f7e19b27e72bd6bb25b7cf7c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 9 Dec 2002 06:42:43 +0000 Subject: 2002-12-09 Ralf Corsepius * wrapup/Makefile.am: Reflect changes to rtems/. * configure.ac: Reflect changes to rtems/. --- cpukit/ChangeLog | 5 +++++ cpukit/configure.ac | 4 ---- cpukit/wrapup/Makefile.am | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 5c0753cf43..04923b762c 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2002-12-09 Ralf Corsepius + + * wrapup/Makefile.am: Reflect changes to rtems/. + * configure.ac: Reflect changes to rtems/. + 2002-12-09 Ralf Corsepius * wrapup/Makefile.am: Reflect changes to posix/. diff --git a/cpukit/configure.ac b/cpukit/configure.ac index 9dd7090ad2..f945ebee55 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -147,10 +147,6 @@ AS_IF([test x"${enable_multilib}" = x"yes"],[ AC_CONFIG_FILES([Makefile include/Makefile rtems/Makefile -rtems/src/Makefile -rtems/include/Makefile -rtems/inline/Makefile -rtems/macros/Makefile sapi/Makefile sapi/src/Makefile sapi/include/Makefile diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am index c7de5d00a2..d88eb8d9cd 100644 --- a/cpukit/wrapup/Makefile.am +++ b/cpukit/wrapup/Makefile.am @@ -13,7 +13,7 @@ CPU_OBJS = ../score/cpu/$(RTEMS_CPU)/$(ARCH)/libscorecpu.a endif CORE_OBJS = ../score/src/$(ARCH)/libscore.a SAPI_OBJS = ../sapi/src/$(ARCH)/libsapi.a -RTEMS_OBJS = ../rtems/src/$(ARCH)/librtems.a +RTEMS_OBJS = ../rtems/$(ARCH)/librtems.a if HAS_POSIX POSIX_OBJS = ../posix/$(ARCH)/libposix.a -- cgit v1.2.3