summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mpc8260ads/vectors
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 12:53:52 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 12:53:52 +0000
commit7b7b2e8249fd9d31283d0efa08f08a1a9fc1ae0d (patch)
treeffcfc6e372267d137cc2d25e0a7b9e6c378b2b95 /c/src/lib/libbsp/powerpc/mpc8260ads/vectors
parent2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-7b7b2e8249fd9d31283d0efa08f08a1a9fc1ae0d.tar.bz2
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake. clock/Makefile.am: Reflect having moved automake. console/Makefile.am: Reflect having moved automake. include/Makefile.am: Reflect having moved automake. irq/Makefile.am: Reflect having moved automake. network/Makefile.am: Reflect having moved automake. start/Makefile.am: Reflect having moved automake. startup/Makefile.am: Reflect having moved automake. vectors/Makefile.am: Reflect having moved automake. wrapup/Makefile.am: Reflect having moved automake.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mpc8260ads/vectors')
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/vectors/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/vectors/Makefile.am b/c/src/lib/libbsp/powerpc/mpc8260ads/vectors/Makefile.am
index 9879870cd7..1fe0c47409 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/vectors/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/vectors/Makefile.am
@@ -14,8 +14,8 @@ S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
OBJS = $(S_O_FILES) $(C_O_FILES)
-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 +=
@@ -35,4 +35,4 @@ PREINSTALL_FILES = $(PROJECT_INCLUDE)/bsp \
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
-include $(top_srcdir)/../../../../../../automake/local.am
+include $(top_srcdir)/../../../../automake/local.am