summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-05-02 13:37:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-05-02 13:37:22 +0000
commit7e20744217e964eb356da30d21012ed41ee001aa (patch)
treeb695232ee1c27b70aea98397ad1f819b7faccb15 /cpukit/aclocal
parentPR401. Missing causing issues when importing into CVS. (diff)
downloadrtems-7e20744217e964eb356da30d21012ed41ee001aa.tar.bz2
2003-05-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemscpu.m4: Remove stray '/' in setting up project_libdir.
Diffstat (limited to 'cpukit/aclocal')
-rw-r--r--cpukit/aclocal/env-rtemscpu.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/aclocal/env-rtemscpu.m4 b/cpukit/aclocal/env-rtemscpu.m4
index c6635aa611..6c5c99a408 100644
--- a/cpukit/aclocal/env-rtemscpu.m4
+++ b/cpukit/aclocal/env-rtemscpu.m4
@@ -15,7 +15,7 @@ if test x"$multilib" = x"yes"; then
PROJECT_INCLUDE="\$(PROJECT_ROOT)/lib/include"
AC_SUBST(PROJECT_INCLUDE)
- project_libdir="\$(PROJECT_ROOT)/lib/\$(MULTISUBDIR)"
+ project_libdir="\$(PROJECT_ROOT)/lib\$(MULTISUBDIR)"
AC_SUBST(project_libdir)
includedir="\${exec_prefix}/lib/include"