From 2f6261d731b86fa6839c0ffa4ae5b03d0fcd4234 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 17 Jun 2002 09:22:48 +0000 Subject: 2002-06-17 Ralf Corsepius * Makefile.am: Include $(top_srcdir)/../../../automake/*.am. Use ../../../aclocal. --- c/src/exec/score/cpu/m68k/ChangeLog | 5 +++++ c/src/exec/score/cpu/m68k/Makefile.am | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'c/src/exec/score/cpu/m68k') diff --git a/c/src/exec/score/cpu/m68k/ChangeLog b/c/src/exec/score/cpu/m68k/ChangeLog index 3e74719ad5..87ca2d2adc 100644 --- a/c/src/exec/score/cpu/m68k/ChangeLog +++ b/c/src/exec/score/cpu/m68k/ChangeLog @@ -1,3 +1,8 @@ +2002-06-17 Ralf Corsepius + + * Makefile.am: Include $(top_srcdir)/../../../automake/*.am. + Use ../../../aclocal. + 2002-05-28 Chris Johns * rtems/score/m68k.h: Per PR227, mc68060 does not require FPSP diff --git a/c/src/exec/score/cpu/m68k/Makefile.am b/c/src/exec/score/cpu/m68k/Makefile.am index 8572a41a85..975e268200 100644 --- a/c/src/exec/score/cpu/m68k/Makefile.am +++ b/c/src/exec/score/cpu/m68k/Makefile.am @@ -2,11 +2,11 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../../../aclocal +ACLOCAL_AMFLAGS = -I ../../../aclocal -include $(top_srcdir)/../../../../../../automake/multilib.am -include $(top_srcdir)/../../../../../../automake/compile.am -include $(top_srcdir)/../../../../../../automake/lib.am +include $(top_srcdir)/../../../automake/multilib.am +include $(top_srcdir)/../../../automake/compile.am +include $(top_srcdir)/../../../automake/lib.am $(PROJECT_INCLUDE)/%.h: %.h $(INSTALL_DATA) $< $@ @@ -56,4 +56,4 @@ all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \ EXTRA_DIST = cpu.c cpu_asm.S memcpy.c rtems.S -include $(top_srcdir)/../../../../../../automake/local.am +include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3