From c53e9e2fbb1c167cff4b2021349c1ce0dc78af97 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 16 Aug 2003 13:02:47 +0000 Subject: 2003-08-16 Ralf Corsepius Makefile.am: Reflect having moved automake. --- c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog | 4 ++++ .../lib/libbsp/powerpc/support/old_exception_processing/Makefile.am | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/support/old_exception_processing') diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog b/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog index b5b5372691..450e19d831 100644 --- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog +++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog @@ -1,3 +1,7 @@ +2003-08-16 Ralf Corsepius + + Makefile.am: Reflect having moved automake. + 2003-08-11 Ralf Corsepius * configure.ac: Use rtems-bugs@rtems.com as bug report email address. diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am b/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am index 5804a6341e..3c1c2abedf 100644 --- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am +++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am @@ -15,8 +15,8 @@ include_rtems_score_HEADERS = rtems/score/ppc_offs.h S_FILES = cpu_asm.S S_O_FILES = $(S_FILES:%.S=${ARCH}/%.$(OBJEXT)) -include $(top_srcdir)/../../../../../../../automake/compile.am -include $(top_srcdir)/../../../../../../../automake/lib.am +include $(top_srcdir)/../../../../../automake/compile.am +include $(top_srcdir)/../../../../../automake/lib.am AM_CPPFLAGS += -I$(srcdir) @@ -43,4 +43,4 @@ UNUSED_FILES = irq_stub.S EXTRA_DIST = TODO $(C_FILES) $(S_FILES) $(UNUSED_FILES) -include $(top_srcdir)/../../../../../../../automake/local.am +include $(top_srcdir)/../../../../../automake/local.am -- cgit v1.2.3