From 3c9fa54aed9db15511bc4273c4f7d50c6d60b607 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 9 Dec 2002 09:50:22 +0000 Subject: 2002-12-09 Ralf Corsepius * wrapup/Makefile.am: Reflect changes to score/. * configure.ac: Reflect changes to score/. --- cpukit/ChangeLog | 10 ++++++++++ cpukit/configure.ac | 4 ---- cpukit/wrapup/Makefile.am | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 42602122b3..44c227268f 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,13 @@ +2002-12-09 Ralf Corsepius + + * wrapup/Makefile.am: Reflect changes to score/. + * configure.ac: Reflect changes to score/. + +2002-12-09 Ralf Corsepius + + * wrapup/Makefile.am: Reflect changes to sapi/. + * configure.ac: Reflect changes to sapi/. + 2002-12-09 Ralf Corsepius * configure.ac: Add AC_SUBST(INLINEdir). diff --git a/cpukit/configure.ac b/cpukit/configure.ac index f169c7da51..a3af558e14 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -151,10 +151,6 @@ sapi/Makefile sapi/include/rtems/sptables.h score/Makefile score/cpu/Makefile -score/include/Makefile -score/inline/Makefile -score/macros/Makefile -score/src/Makefile wrapup/Makefile ]) AC_OUTPUT diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am index a32333ca98..88c0673d93 100644 --- a/cpukit/wrapup/Makefile.am +++ b/cpukit/wrapup/Makefile.am @@ -11,7 +11,7 @@ include $(top_srcdir)/automake/lib.am if LIBSCORECPU CPU_OBJS = ../score/cpu/$(RTEMS_CPU)/$(ARCH)/libscorecpu.a endif -CORE_OBJS = ../score/src/$(ARCH)/libscore.a +CORE_OBJS = ../score/$(ARCH)/libscore.a SAPI_OBJS = ../sapi/$(ARCH)/libsapi.a RTEMS_OBJS = ../rtems/$(ARCH)/librtems.a -- cgit v1.2.3