From 5710072a717a40d36152283908c3a53533af433d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 8 Aug 2003 03:14:14 +0000 Subject: 2003-08-08 Ralf Corsepius * configure.ac: Remove (Merged into ../../configure.ac). * Makefile.am: Reflect having merged configure.ac into ../../configure.ac. --- c/src/lib/libcpu/Makefile.am | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) (limited to 'c/src/lib/libcpu/Makefile.am') diff --git a/c/src/lib/libcpu/Makefile.am b/c/src/lib/libcpu/Makefile.am index 2e4a1ce43b..35eeb1d2a6 100644 --- a/c/src/lib/libcpu/Makefile.am +++ b/c/src/lib/libcpu/Makefile.am @@ -2,27 +2,13 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../../../../aclocal - noinst_HEADERS = shared/include/cache.h noinst_HEADERS += shared/src/cache_aligned_malloc.c \ shared/src/cache_manager.c +SUBDIRS = @libcpu_cpu_subdir@ +DIST_SUBDIRS = @libcpu_cpu_subdir@ -SUBDIRS = @subdirs@ - -DIST_SUBDIRS = \ -hppa1.1 \ -i386 \ -i960 \ -m68k \ -mips \ -mips64orion \ -powerpc \ -sh \ -shared \ -sparc - -include $(top_srcdir)/../../../../automake/subdirs.am -include $(top_srcdir)/../../../../automake/local.am +include $(top_srcdir)/../../automake/subdirs.am +include $(top_srcdir)/../../automake/local.am -- cgit v1.2.3