summaryrefslogtreecommitdiffstats
path: root/c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 12:29:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 12:29:51 +0000
commit0bc23392fdbd444eade6a7614498203b0bbcdb28 (patch)
tree0b3f4223c39f900a62c88369cdfb598dea19052c /c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am
parent2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-0bc23392fdbd444eade6a7614498203b0bbcdb28.tar.bz2
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake. include/Makefile.am: Reflect having moved automake. include/rdbg/Makefile.am: Reflect having moved automake. include/rdbg/i386/Makefile.am: Reflect having moved automake. include/rdbg/m68k/Makefile.am: Reflect having moved automake. include/rdbg/powerpc/Makefile.am: Reflect having moved automake. src/Makefile.am: Reflect having moved automake. src/i386/Makefile.am: Reflect having moved automake. src/i386/any/Makefile.am: Reflect having moved automake. src/m68k/Makefile.am: Reflect having moved automake. src/m68k/any/Makefile.am: Reflect having moved automake. src/powerpc/Makefile.am: Reflect having moved automake. src/powerpc/new_exception_processing/Makefile.am: Reflect having moved automake.
Diffstat (limited to '')
-rw-r--r--c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am b/c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am
index 7b45d7f678..c62e28f1f3 100644
--- a/c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am
+++ b/c/src/librdbg/src/powerpc/new_exception_processing/Makefile.am
@@ -34,8 +34,8 @@ OBJS = $(GEN_C_O_FILES) $(C_O_FILES) $(S_O_FILES)
MAINTAINERCLEANFILES = $(H_FILES) $(GEN_C_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../../automake/compile.am
-include $(top_srcdir)/../../automake/lib.am
+include $(top_srcdir)/automake/compile.am
+include $(top_srcdir)/automake/lib.am
#
# Add local stuff here using +=
@@ -91,4 +91,4 @@ all-local: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
EXTRA_DIST = remdeb_f.x $(GEN_C_FILES)
-include $(top_srcdir)/../../automake/local.am
+include $(top_srcdir)/automake/local.am