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/new_exception_processing/ChangeLog | 4 ++++ .../lib/libbsp/powerpc/support/new_exception_processing/Makefile.am | 6 +++--- c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog | 4 ++++ .../lib/libbsp/powerpc/support/old_exception_processing/Makefile.am | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/support') diff --git a/c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog b/c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog index d9d1cf314b..bf13d5bcd1 100644 --- a/c/src/lib/libbsp/powerpc/support/new_exception_processing/ChangeLog +++ b/c/src/lib/libbsp/powerpc/support/new_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/new_exception_processing/Makefile.am b/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am index 5b5b3671b8..d40af8033e 100644 --- a/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am +++ b/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am @@ -15,8 +15,8 @@ include_rtems_score_HEADERS = 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 # # (OPTIONAL) Add local stuff here using += @@ -43,4 +43,4 @@ all-local: $(ARCH) $(TMPINSTALL_FILES) $(REL) EXTRA_DIST = $(C_FILES) $(S_FILES) -include $(top_srcdir)/../../../../../../../automake/local.am +include $(top_srcdir)/../../../../../automake/local.am 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