From 532125039d1b9bcdb9a5d495834028fd9146960d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 16 Aug 2003 12:32:16 +0000 Subject: 2003-08-16 Ralf Corsepius 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. --- c/src/lib/libcpu/m68k/shared/cache/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libcpu/m68k/shared/cache/Makefile.am') 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 -- cgit v1.2.3