From e2b3b5d6b997094417841d2a7b58e598e8dae13e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 5 Sep 2000 15:35:59 +0000 Subject: 2000-09-04 Ralf Corsepius * Makefile.am: Include compile.am, remove duplicate includes. --- c/src/exec/score/cpu/a29k/ChangeLog | 4 ++++ c/src/exec/score/cpu/a29k/Makefile.am | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'c/src/exec/score/cpu') diff --git a/c/src/exec/score/cpu/a29k/ChangeLog b/c/src/exec/score/cpu/a29k/ChangeLog index 101734ce64..965f934aa1 100644 --- a/c/src/exec/score/cpu/a29k/ChangeLog +++ b/c/src/exec/score/cpu/a29k/ChangeLog @@ -1,3 +1,7 @@ +2000-09-04 Ralf Corsepius + + * Makefile.am: Include compile.am, remove duplicate includes. + 2000-08-10 Joel Sherrill * ChangeLog: New file. diff --git a/c/src/exec/score/cpu/a29k/Makefile.am b/c/src/exec/score/cpu/a29k/Makefile.am index 92cdcbd384..2da3c85306 100644 --- a/c/src/exec/score/cpu/a29k/Makefile.am +++ b/c/src/exec/score/cpu/a29k/Makefile.am @@ -6,6 +6,7 @@ AUTOMAKE_OPTIONS = foreign 1.4 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../../../../../../automake/compile.am include $(top_srcdir)/../../../../../../automake/lib.am SUBDIRS = rtems @@ -18,9 +19,6 @@ H_FILES = amd.ah asm.h cpu_asm.h pswmacro.ah register.ah S_FILES = cpu_asm.S sig.S S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o) -include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg -include $(top_srcdir)/../../../../../../automake/lib.am - $(PROJECT_INCLUDE): $(mkinstalldirs) $@ -- cgit v1.2.3