From ba962ea23530a177caa06d7494ac0858d251ad97 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 12 Dec 2003 10:37:19 +0000 Subject: 2003-12-12 Ralf Corsepius * aclocal/lead-dot.m4: Remove (Use the version in automake-1.8). * automake/lib.am: Remove $(project_libdir)$(MULTISUBDIR). * aclocal/env-rtemscpu.m4: Reflect new definition of project_lib. * Makefile.am: Remove BUILT_SOURCES. --- cpukit/automake/lib.am | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'cpukit/automake') diff --git a/cpukit/automake/lib.am b/cpukit/automake/lib.am index 23dc0d6da3..4c4cba5cb7 100644 --- a/cpukit/automake/lib.am +++ b/cpukit/automake/lib.am @@ -13,9 +13,4 @@ $(AR) $(ARFLAGS) $@ $^ $(RANLIB) $@ endef -$(project_libdir)$(MULTISUBDIR): - @$(mkinstalldirs) $@ - -TMPINSTALL_FILES = $(project_libdir)$(MULTISUBDIR) - -.PRECIOUS: $(LIB) +TMPINSTALL_FILES = -- cgit v1.2.3