summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/env-rtemscpu.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-13 09:31:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-13 09:31:17 +0000
commitb72358055c2414898e1a416b2a96a34889e835e2 (patch)
tree9a4dc737e1034d3008bf8c3113e5128786349e6c /cpukit/aclocal/env-rtemscpu.m4
parent2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b72358055c2414898e1a416b2a96a34889e835e2.tar.bz2
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemscpu.m4: Remove stray '/' in PROJECT_LIB. * wrapup/Makefile.am: Remove duplicate $(PROJECT_LIB) rule.
Diffstat (limited to 'cpukit/aclocal/env-rtemscpu.m4')
-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 759b19879c..6bcc48e28e 100644
--- a/cpukit/aclocal/env-rtemscpu.m4
+++ b/cpukit/aclocal/env-rtemscpu.m4
@@ -15,7 +15,7 @@ AC_DEFUN([RTEMS_ENV_RTEMSCPU],
AC_SUBST(MULTISUBDIR)
AC_SUBST([PROJECT_INCLUDE],["\$(PROJECT_ROOT)/lib/include"])
- AC_SUBST([PROJECT_LIB],["\$(PROJECT_ROOT)/lib/\$(MULTISUBDIR)"])
+ AC_SUBST([PROJECT_LIB],["\$(PROJECT_ROOT)/lib\$(MULTISUBDIR)"])
AC_SUBST([PROJECT_RELEASE],["\$(PROJECT_ROOT)"])
includedir="\${exec_prefix}/include"