From 641194760114279c1665f9a6b214b452236eaa83 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 5 Jan 2004 06:14:08 +0000 Subject: 2004-01-05 Ralf Corsepius * wrapup/Makefile.am: Eliminate $(LIB). Use noinst_DATA to trigger building libbsp.a. --- c/src/lib/libbsp/or32/orp/ChangeLog | 5 +++++ c/src/lib/libbsp/or32/orp/wrapup/Makefile.am | 10 ++-------- 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'c/src/lib/libbsp/or32') diff --git a/c/src/lib/libbsp/or32/orp/ChangeLog b/c/src/lib/libbsp/or32/orp/ChangeLog index 602a5fdc99..e9e1ceaada 100644 --- a/c/src/lib/libbsp/or32/orp/ChangeLog +++ b/c/src/lib/libbsp/or32/orp/ChangeLog @@ -1,3 +1,8 @@ +2004-01-05 Ralf Corsepius + + * wrapup/Makefile.am: Eliminate $(LIB). + Use noinst_DATA to trigger building libbsp.a. + 2003-12-13 Ralf Corsepius * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g. diff --git a/c/src/lib/libbsp/or32/orp/wrapup/Makefile.am b/c/src/lib/libbsp/or32/orp/wrapup/Makefile.am index 2bea4bc711..6a713535d4 100644 --- a/c/src/lib/libbsp/or32/orp/wrapup/Makefile.am +++ b/c/src/lib/libbsp/or32/orp/wrapup/Makefile.am @@ -14,15 +14,9 @@ OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \ $(foreach piece, $(GENERIC_FILES), \ ../../../$(piece)/$(ARCH)/$(piece).rel) -LIB = $(ARCH)/libbsp.a - -# -# (OPTIONAL) Add local stuff here using += -# - -$(LIB): ${OBJS} +$(ARCH)/libbsp.a: ${OBJS} $(make-library) -all-local: $(LIB) +noinst_DATA = $(ARCH)/libbsp.a include $(top_srcdir)/../../../../automake/local.am -- cgit v1.2.3