From 61c78ab4db31954df13264b77b3e33731c19cc23 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 14 Apr 2004 15:18:56 +0000 Subject: 2004-04-14 Ralf Corsepius * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete). --- c/src/ChangeLog | 4 ++++ c/src/aclocal/rtems-top.m4 | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'c') diff --git a/c/src/ChangeLog b/c/src/ChangeLog index 1a160264fd..4066e403b5 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,7 @@ +2004-04-14 Ralf Corsepius + + * aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete). + 2004-04-14 Ralf Corsepius * aclocal/rtems-top.m4: Add project_top/with_project_top processing. diff --git a/c/src/aclocal/rtems-top.m4 b/c/src/aclocal/rtems-top.m4 index 186b57770d..dcba9e422c 100644 --- a/c/src/aclocal/rtems-top.m4 +++ b/c/src/aclocal/rtems-top.m4 @@ -22,8 +22,6 @@ AC_SUBST([RTEMS_TOPdir],["$1"]) # HACK: The sed pattern in rtems_updir matches c/src/ rtems_updir=m4_if([$2],[],[`echo "$1/" | sed s,^\.\.\/\.\.\/,,`],[$2/]) -AC_SUBST([RTEMS_ROOT],[${rtems_updir}'$(top_builddir)']) - AS_IF([test -n "${with_target_subdir}"], [project_top="../${with_project_top}"], [project_top="${with_project_top}"]) -- cgit v1.2.3