From 9f6d7a3496bd1b0da936011205b9aeac5d1c77f8 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 22 Jul 2002 09:27:52 +0000 Subject: 2002-07-22 Ralf Corsepius * automake/lib.am: Use project_libdir instead of $(PROJECT_RELEASE)/lib. --- cpukit/automake/lib.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/automake') diff --git a/cpukit/automake/lib.am b/cpukit/automake/lib.am index 7cb9db1148..724b7a1c53 100644 --- a/cpukit/automake/lib.am +++ b/cpukit/automake/lib.am @@ -14,9 +14,9 @@ $(AR) $(ARFLAGS) $@ $^ $(RANLIB) $@ endef -$(PROJECT_RELEASE)/lib$(MULTISUBDIR): +$(project_libdir)$(MULTISUBDIR): @$(mkinstalldirs) $@ -TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib$(MULTISUBDIR) +TMPINSTALL_FILES = $(project_libdir)$(MULTISUBDIR) .PRECIOUS: $(LIB) -- cgit v1.2.3