summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/wrapup/Makefile.am5
2 files changed, 7 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 63cd66e8e5..5b31f97b1e 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-15 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * wrapup/Makefile.am: Use librtemscpu_a_LIBRARIES.
+
2005-08-12 Chris Johns <chrisj@rtems.org>
PR 808/rtems_misc
diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am
index 1d3440470e..5e4ba50d9d 100644
--- a/cpukit/wrapup/Makefile.am
+++ b/cpukit/wrapup/Makefile.am
@@ -8,8 +8,9 @@ include $(top_srcdir)/automake/compile.am
## Setup the variant build subdirectory
ARCH = o-optimize
-project_lib_DATA = librtemscpu.a
-CLEANFILES = librtemscpu.a
+project_lib_LIBRARIES = librtemscpu.a
+librtemscpu_a_SOURCES =
+CLEANFILES =
DISTCLEANFILES =
TMP_LIBS =