summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/automake/lib.am4
2 files changed, 7 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 0248e2fa00..ff6a3e3042 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * automake/lib.am: Use project_libdir instead of
+ $(PROJECT_RELEASE)/lib.
+
+2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
Add project_libdir, libdir. New GCC_SPECS. Various cleanups.
* aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE.
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)