summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-12-09 06:42:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-12-09 06:42:43 +0000
commit1fd4e2091cc8a283f7e19b27e72bd6bb25b7cf7c (patch)
treeba2974627d007c3ce593a2e6daf1b585d6160cea
parent2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-1fd4e2091cc8a283f7e19b27e72bd6bb25b7cf7c.tar.bz2
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect changes to rtems/. * configure.ac: Reflect changes to rtems/.
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/configure.ac4
-rw-r--r--cpukit/wrapup/Makefile.am2
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,5 +1,10 @@
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * wrapup/Makefile.am: Reflect changes to rtems/.
+ * configure.ac: Reflect changes to rtems/.
+
+2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* wrapup/Makefile.am: Reflect changes to posix/.
Reflect changes to itron/.
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