summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-12-09 09:50:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-12-09 09:50:22 +0000
commit3c9fa54aed9db15511bc4273c4f7d50c6d60b607 (patch)
tree0f70c9a51efa19217ec723fbc1fd7247a8116e9f /cpukit
parent2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-3c9fa54aed9db15511bc4273c4f7d50c6d60b607.tar.bz2
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect changes to score/. * configure.ac: Reflect changes to score/.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog10
-rw-r--r--cpukit/configure.ac4
-rw-r--r--cpukit/wrapup/Makefile.am2
3 files changed, 11 insertions, 5 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 42602122b3..44c227268f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,15 @@
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * wrapup/Makefile.am: Reflect changes to score/.
+ * configure.ac: Reflect changes to score/.
+
+2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * wrapup/Makefile.am: Reflect changes to sapi/.
+ * configure.ac: Reflect changes to sapi/.
+
+2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* configure.ac: Add AC_SUBST(INLINEdir).
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
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