summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/wrapup/Makefile.am4
2 files changed, 7 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index d76b2ca41b..5c0753cf43 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * wrapup/Makefile.am: Reflect changes to posix/.
+ Reflect changes to itron/.
+
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am
index 4293868b28..c7de5d00a2 100644
--- a/cpukit/wrapup/Makefile.am
+++ b/cpukit/wrapup/Makefile.am
@@ -16,11 +16,11 @@ SAPI_OBJS = ../sapi/src/$(ARCH)/libsapi.a
RTEMS_OBJS = ../rtems/src/$(ARCH)/librtems.a
if HAS_POSIX
-POSIX_OBJS = ../posix/src/$(ARCH)/libposix.a
+POSIX_OBJS = ../posix/$(ARCH)/libposix.a
endif
if HAS_ITRON
-ITRON_OBJS = ../itron/src/$(ARCH)/libitron.a
+ITRON_OBJS = ../itron/$(ARCH)/libitron.a
endif
LIBCSUPPORT_OBJS = ../libcsupport/$(ARCH)/libcsupport.a