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 + + * wrapup/Makefile.am: Use librtemscpu_a_LIBRARIES. + 2005-08-12 Chris Johns 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 =