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/m68k/idp/ChangeLog | 5 +++++ c/src/lib/libbsp/m68k/idp/Makefile.am | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/m68k/idp') diff --git a/c/src/lib/libbsp/m68k/idp/ChangeLog b/c/src/lib/libbsp/m68k/idp/ChangeLog index a3b30d6a9c..12e66b5c04 100644 --- a/c/src/lib/libbsp/m68k/idp/ChangeLog +++ b/c/src/lib/libbsp/m68k/idp/ChangeLog @@ -1,3 +1,8 @@ +2008-09-29 Ralf Corsépius + + * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its + components. + 2008-09-29 Ralf Corsépius * Makefile.am: Remove noinst_PROGRAMS (Unused). diff --git a/c/src/lib/libbsp/m68k/idp/Makefile.am b/c/src/lib/libbsp/m68k/idp/Makefile.am index ac72b2b612..c5f3cb691b 100644 --- a/c/src/lib/libbsp/m68k/idp/Makefile.am +++ b/c/src/lib/libbsp/m68k/idp/Makefile.am @@ -28,6 +28,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 \ ../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \ @@ -42,7 +44,6 @@ timer_SOURCES = timer/timer.c timer/timerisr.S EXTRA_DIST += include/README EXTRA_DIST += times -noinst_LIBRARIES = libbsp.a libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \ $(timer_SOURCES) -- cgit v1.2.3