summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/m68k/shared/cache/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 12:32:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 12:32:16 +0000
commit532125039d1b9bcdb9a5d495834028fd9146960d (patch)
treeb786bd974e16f2a0ac87c769a6f39ee46d8938aa /c/src/lib/libcpu/m68k/shared/cache/Makefile.am
parent2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-532125039d1b9bcdb9a5d495834028fd9146960d.tar.bz2
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake. m68040/Makefile.am: Reflect having moved automake. m68040/fpsp/Makefile.am: Reflect having moved automake. shared/Makefile.am: Reflect having moved automake. shared/cache/Makefile.am: Reflect having moved automake. shared/misc/Makefile.am: Reflect having moved automake.
Diffstat (limited to 'c/src/lib/libcpu/m68k/shared/cache/Makefile.am')
-rw-r--r--c/src/lib/libcpu/m68k/shared/cache/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libcpu/m68k/shared/cache/Makefile.am b/c/src/lib/libcpu/m68k/shared/cache/Makefile.am
index 827aa3e26e..2415071f67 100644
--- a/c/src/lib/libcpu/m68k/shared/cache/Makefile.am
+++ b/c/src/lib/libcpu/m68k/shared/cache/Makefile.am
@@ -12,8 +12,8 @@ include_libcpudir = $(includedir)/libcpu
noinst_HEADERS = cache_.h
include_libcpu_HEADERS = cache.h
-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)
@@ -35,4 +35,4 @@ CLEANFILES = cache.h
EXTRA_DIST = cache.c cache_.h
-include $(top_srcdir)/../../../../../automake/local.am
+include $(top_srcdir)/../../../automake/local.am