From a85d8ecbb71c5f1950407b6adfe0fabba3cb523a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 26 Jul 2002 13:32:13 +0000 Subject: 2002-07-26 Ralf Corsepius * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel. --- cpukit/score/cpu/h8300/Makefile.am | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'cpukit/score/cpu/h8300/Makefile.am') diff --git a/cpukit/score/cpu/h8300/Makefile.am b/cpukit/score/cpu/h8300/Makefile.am index 99252f7b88..1cc419c26b 100644 --- a/cpukit/score/cpu/h8300/Makefile.am +++ b/cpukit/score/cpu/h8300/Makefile.am @@ -37,18 +37,16 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) S_FILES = cpu_asm.S S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) -REL = $(ARCH)/rtems-cpu.rel +LIB = $(ARCH)/libscorecpu.a -rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES) +libscorecpu_a_OBJECTS = $(C_O_FILES) $(S_O_FILES) -$(REL): $(rtems_cpu_rel_OBJECTS) - $(make-rel) +$(LIB): $(libscorecpu_a_OBJECTS) + $(make-library) -all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \ +all-local: $(ARCH) $(PREINSTALL_FILES) $(LIB) \ $(TMPINSTALL_FILES) -.PRECIOUS: $(REL) - EXTRA_DIST = cpu.c cpu_asm.S include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3