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/powerpc/helas403/wrapup/Makefile.am | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am') diff --git a/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am index 7bb3b94afe..4ff25f2fdb 100644 --- a/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am @@ -11,18 +11,12 @@ OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \ ../@exceptions@/$(ARCH)/rtems-cpu.rel $(foreach piece, $(CPU_PIECES), \ ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(piece)/$(ARCH)/$(piece).rel) -LIB = $(ARCH)/libbsp.a - include $(top_srcdir)/../../../../automake/compile.am include $(top_srcdir)/../../../../automake/lib.am -# -# (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