summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-12-09 05:37:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-12-09 05:37:58 +0000
commit89e9cc499b0d612d3edd8270107f62e6ed3b3cbe (patch)
tree5ab090a017813f54a48c4d0e98f71b19ea58c21a
parent2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-89e9cc499b0d612d3edd8270107f62e6ed3b3cbe.tar.bz2
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect changes to posix/. Reflect changes to itron/.
-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