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/powerpc/virtex/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/powerpc/virtex/Makefile.am') diff --git a/c/src/lib/libbsp/powerpc/virtex/Makefile.am b/c/src/lib/libbsp/powerpc/virtex/Makefile.am index dcab03efd3..4feba5ff32 100644 --- a/c/src/lib/libbsp/powerpc/virtex/Makefile.am +++ b/c/src/lib/libbsp/powerpc/virtex/Makefile.am @@ -33,6 +33,8 @@ project_lib_DATA = rtems_crti.$(OBJEXT) dist_project_lib_DATA += startup/linkcmds +noinst_LIBRARIES = libbsp.a + startup_SOURCES = ../../shared/bspclean.c ../../shared/bspgetworkarea.c \ ../../shared/bspreset_fatal.c ../../shared/bsplibc.c \ ../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \ @@ -61,7 +63,6 @@ network_rel_CPPFLAGS = $(AM_CPPFLAGS) network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) endif -noinst_LIBRARIES = libbsp.a libbsp_a_SOURCES = $(startup_SOURCES) $(dlentry_SOURCES) \ $(bspconsole_SOURCES) $(opbintctrl_SOURCES) $(vectors_SOURCES) \ $(irq_SOURCES) -- cgit v1.2.3