From f581aa6fac3c38c85d1122b939b0bc4d78769d7d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 16 Aug 2003 12:32:49 +0000 Subject: 2003-08-16 Ralf Corsepius Makefile.am: Reflect having moved automake. cache/Makefile.am: Reflect having moved automake. reg_win/Makefile.am: Reflect having moved automake. syscall/Makefile.am: Reflect having moved automake. --- c/src/lib/libcpu/sparc/cache/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libcpu/sparc/cache') diff --git a/c/src/lib/libcpu/sparc/cache/Makefile.am b/c/src/lib/libcpu/sparc/cache/Makefile.am index 31cc733c61..520d6df5f0 100644 --- a/c/src/lib/libcpu/sparc/cache/Makefile.am +++ b/c/src/lib/libcpu/sparc/cache/Makefile.am @@ -13,8 +13,8 @@ include_libcpudir = $(includedir)/libcpu include_libcpu_HEADERS = cache.h noinst_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 if has_instruction_cache CACHE_DEFINE = -DHAS_INSTRUCTION_CACHE @@ -40,4 +40,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