From e94666ddc5133b44923a1c3a2f1b21043e0c6fdd Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 29 Sep 2008 03:43:47 +0000 Subject: =?UTF-8?q?2008-09-29=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its components. --- c/src/lib/libbsp/sparc/erc32/ChangeLog | 5 +++++ c/src/lib/libbsp/sparc/erc32/Makefile.am | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/sparc/erc32') diff --git a/c/src/lib/libbsp/sparc/erc32/ChangeLog b/c/src/lib/libbsp/sparc/erc32/ChangeLog index 388dc4a6d3..d74dfd1dd9 100644 --- a/c/src/lib/libbsp/sparc/erc32/ChangeLog +++ b/c/src/lib/libbsp/sparc/erc32/ChangeLog @@ -1,3 +1,8 @@ +2008-09-29 Ralf Corsépius + + * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its + components. + 2008-09-26 Ralf Corsépius * Makefile.am: Cleanup ../../shared/include/bootcard.h handling. diff --git a/c/src/lib/libbsp/sparc/erc32/Makefile.am b/c/src/lib/libbsp/sparc/erc32/Makefile.am index 5501b65661..8ad7161049 100644 --- a/c/src/lib/libbsp/sparc/erc32/Makefile.am +++ b/c/src/lib/libbsp/sparc/erc32/Makefile.am @@ -32,6 +32,8 @@ project_lib_DATA = start.$(OBJEXT) dist_project_lib_DATA += startup/linkcmds +noinst_LIBRARIES = libbsp.a + startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \ ../../shared/bsppredriverhook.c ../../sparc/shared/bspgetworkarea.c \ ../../shared/bsppost.c ../../sparc/shared/bspstart.c \ @@ -51,7 +53,6 @@ erc32sonic_rel_CPPFLAGS = $(AM_CPPFLAGS) $(erc32sonic_CPPFLAGS) erc32sonic_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) endif -noinst_LIBRARIES = libbsp.a libbsp_a_SOURCES = $(startup_SOURCES) $(gnatsupp_SOURCES) $(console_SOURCES) \ $(debugio_SOURCES) $(clock_SOURCES) $(timer_SOURCES) -- cgit v1.2.3