From 89e9cc499b0d612d3edd8270107f62e6ed3b3cbe Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 9 Dec 2002 05:37:58 +0000 Subject: 2002-12-09 Ralf Corsepius * wrapup/Makefile.am: Reflect changes to posix/. Reflect changes to itron/. --- cpukit/ChangeLog | 5 +++++ cpukit/wrapup/Makefile.am | 4 ++-- 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 + + * wrapup/Makefile.am: Reflect changes to posix/. + Reflect changes to itron/. + 2002-12-06 Ralf Corsepius * 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 -- cgit v1.2.3