From b977ea9d169e5fc2339819139f1e25f2402858ab Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 Jul 2002 14:41:37 +0000 Subject: 2002-07-04 Joel Sherrill * Makefile.am: Remove reference to deprecated rtems.c. --- c/src/exec/score/cpu/h8300/ChangeLog | 4 ++++ c/src/exec/score/cpu/h8300/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'c/src/exec/score/cpu') diff --git a/c/src/exec/score/cpu/h8300/ChangeLog b/c/src/exec/score/cpu/h8300/ChangeLog index 884210b7ab..e7808e93a4 100644 --- a/c/src/exec/score/cpu/h8300/ChangeLog +++ b/c/src/exec/score/cpu/h8300/ChangeLog @@ -1,3 +1,7 @@ +2002-07-04 Joel Sherrill + + * Makefile.am: Remove reference to deprecated rtems.c. + 2002-07-03 Ralf Corsepius * rtems.c: Remove. diff --git a/c/src/exec/score/cpu/h8300/Makefile.am b/c/src/exec/score/cpu/h8300/Makefile.am index 905a03046b..e910a63f3c 100644 --- a/c/src/exec/score/cpu/h8300/Makefile.am +++ b/c/src/exec/score/cpu/h8300/Makefile.am @@ -31,7 +31,7 @@ include_rtems_score_HEADERS = \ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \ $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h) -C_FILES = cpu.c rtems.c +C_FILES = cpu.c C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) S_FILES = cpu_asm.S -- cgit v1.2.3