From 84fa1878abd58563fd3fc7b1846282b4aca3c59c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 3 Jul 2002 03:32:09 +0000 Subject: 2002-07-03 Ralf Corsepius * rtems.c: Remove. * Makefile.am: Reflect changes above. --- c/src/exec/score/cpu/sh/Makefile.am | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'c/src/exec/score/cpu/sh/Makefile.am') diff --git a/c/src/exec/score/cpu/sh/Makefile.am b/c/src/exec/score/cpu/sh/Makefile.am index 041a5b96c1..9a7a81de82 100644 --- a/c/src/exec/score/cpu/sh/Makefile.am +++ b/c/src/exec/score/cpu/sh/Makefile.am @@ -42,16 +42,11 @@ rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(REL): $(rtems_cpu_rel_OBJECTS) $(make-rel) -$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o - $(INSTALL_DATA) $< $@ - -TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o - all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \ $(TMPINSTALL_FILES) .PRECIOUS: $(REL) -EXTRA_DIST = cpu.c rtems.c +EXTRA_DIST = cpu.c include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3