Corrected/simplified setting of RTEMS_ROOT.

This commit is contained in:
Joel Sherrill
1998-01-22 15:20:43 +00:00
parent 9ad1f135fa
commit ba02475531
2 changed files with 4 additions and 4 deletions

4
configure vendored
View File

@@ -1583,8 +1583,8 @@ if [ "${program_prefix}" = "NONE" ] ; then
fi
fi
RTEMS_ROOT=`cd $srcdir; pwd`
PROJECT_ROOT=`pwd;`
RTEMS_ROOT=$srcdir
PROJECT_ROOT=`pwd`
# If RTEMS macros are enabled, then use them. Otherwise, use inlines.
if test "$RTEMS_USE_MACROS" = "yes"; then