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. --- .../lib/libbsp/powerpc/support/old_exception_processing/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am') 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